From 72378f7631d5ec1de3762774d535561261133690 Mon Sep 17 00:00:00 2001 From: raldone01 Date: Thu, 10 Nov 2022 09:25:42 +0100 Subject: [PATCH] Bump version `v0.3.3`. --- CHANGELOG.md | 10 ++++++++-- const_sort_rs/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc286c..0465b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3] - 2022-11-10 + +### Fixes +- Updated dependencies. + ## [0.3.2] - 2022-09-29 - Updated feature gates. @@ -31,8 +36,9 @@ Moved to [ink-feather-org](https://github.com/ink-feather-org/const_sort_rs). ## [0.1.0] - 2022-09-14 -[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...HEAD -[0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2 +[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...v0.3.3 +[0.3.2]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.0...v0.2.1 diff --git a/const_sort_rs/Cargo.toml b/const_sort_rs/Cargo.toml index 8b45b1b..1aa3361 100644 --- a/const_sort_rs/Cargo.toml +++ b/const_sort_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const_sort_rs" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "MIT OR Apache-2.0" authors = [ @@ -15,7 +15,7 @@ keywords = ["sort", "const", "nightly", "sort_internals"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -const_closure = "0.2.2" +const_closure = "0.2.3" [dev-dependencies] rand = "0.8.5"