diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f629e..a4ff3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.5.1] - 2024-04-21 +### Changed +- Updated to `seize 0.3` ([#123]) +- Fixed long-standing miri warning ([#123]) + ## [0.5.0] - 2024-02-11 ### Changed - (BREAKING) Updated to `ahash 0.8` ([#121]) @@ -48,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First "real" release. -[Unreleased]: https://github.com/jonhoo/flurry/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/jonhoo/flurry/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/jonhoo/flurry/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/jonhoo/flurry/compare/v0.4.0...v0.5.0 [0.4.1]: https://github.com/jonhoo/flurry/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/jonhoo/flurry/compare/v0.3.1...v0.4.0 diff --git a/Cargo.lock b/Cargo.lock index 5082cdd..1e8623f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "flurry" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ahash", "criterion", diff --git a/Cargo.toml b/Cargo.toml index fed6e93..16d16dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flurry" -version = "0.5.0" +version = "0.5.1" authors = ["Jon Gjengset "] edition = "2021" license = "MIT OR Apache-2.0"