diff --git a/CHANGELOG.md b/CHANGELOG.md index aac8fb9..b7cb9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -278,6 +278,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/recmo/uint/compare/v1.10.1...HEAD +[1.11.0]: https://github.com/recmo/uint/releases/tag/v1.11.0 [1.10.1]: https://github.com/recmo/uint/releases/tag/v1.10.1 [1.10.0]: https://github.com/recmo/uint/releases/tag/v1.10.0 [1.9.0]: https://github.com/recmo/uint/releases/tag/v1.9.0 diff --git a/ruint-macro/Cargo.toml b/ruint-macro/Cargo.toml index 963cd6b..17bd58a 100644 --- a/ruint-macro/Cargo.toml +++ b/ruint-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruint-macro" description = "The `uint!` macro for `Uint` literals" -version = "1.2.0" +version = "1.1.0" keywords = ["uint", "macro"] categories = ["mathematics"] readme = "README.md"