We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2d7f7 commit 98e4d8cCopy full SHA for 98e4d8c
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
## [Unreleased]
6
7
+## [1.1.12] - 2025-05-30
8
+- Clean release after CI fixes.
9
+
10
## [1.1.11] - 2025-05-30
11
- Update rust to 1.87.
12
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/cakevm/huff-neo"
13
rust-version = "1.87"
14
-version = "1.1.11"
+version = "1.1.12"
15
16
[workspace.dependencies]
17
huff-neo-codegen = { path = "crates/codegen" }
0 commit comments