From d38ec941dbe622077aa906e0aeb417e233e27119 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sun, 30 Jul 2023 23:46:04 +0200 Subject: [PATCH] chore: release 1.10.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f1370..7fba992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.1] - 2023-07-30 + ### Fixed - Fixed some support features ([#289]) @@ -251,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/recmo/uint/compare/v1.10.0...HEAD +[unreleased]: https://github.com/recmo/uint/compare/v1.10.1...HEAD +[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 [1.8.0]: https://github.com/recmo/uint/releases/tag/v1.8.0 diff --git a/Cargo.toml b/Cargo.toml index 53c17b7..318c6ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruint" description = "Unsigned integer type with const-generic bit length" -version = "1.10.0" +version = "1.10.1" keywords = ["uint"] categories = ["mathematics"] exclude = ["benches/", "proptest-regressions/", "tests/"]