diff --git a/CHANGELOG.md b/CHANGELOG.md index 98050ce71..55eeaeb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.5](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) - 2025-07-16 + +### Fixed + +- fix clippy issues + +### Other + +- Merge branch 'master' of https://github.com/rust-lang/hashbrown into or-default-entry + ## [0.15.4](https://github.com/rust-lang/hashbrown/compare/v0.15.3...v0.15.4) - 2025-06-05 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5c165cf29..4d870fa41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashbrown" -version = "0.15.4" +version = "0.15.5" authors = ["Amanieu d'Antras "] description = "A Rust port of Google's SwissTable hash map" license = "MIT OR Apache-2.0"