Version 0.12.3

This commit is contained in:
Amanieu d'Antras
2022-07-17 13:18:37 +02:00
parent 2bd241908c
commit ee35a8b4a6
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [v0.12.3] - 2022-07-17
## Fixed
- Fixed double-drop in `RawTable::clone_from`. (#348)
## [v0.12.2] - 2022-07-09
## Added
@@ -357,7 +363,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
- Initial release
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.12.2...HEAD
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.12.3...HEAD
[v0.12.3]: https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3
[v0.12.2]: https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2
[v0.12.1]: https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "hashbrown"
version = "0.12.2"
version = "0.12.3"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "A Rust port of Google's SwissTable hash map"
license = "MIT OR Apache-2.0"