Skip to content

Commit 1609221

Browse files
authored
Prepare cairo-lang-macro release 0.1.1 (#1740)
commit-id:0bc65b53 --- **Stack**: - #1741 - #1740⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent 5d2f508 commit 1609221

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/cairo-lang-macro/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.1.1 (2024-11-13)
8+
9+
- Add `serde` feature with serialization / deserialization support.
10+
711
## 0.1.0 (2024-07-31)
812

913
- Initial release.

plugins/cairo-lang-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cairo-lang-macro"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55

66
authors.workspace = true

0 commit comments

Comments
 (0)