File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.12.0] - 2022-05-02
11+
12+ ## Fixed
13+
14+ - Fixed underflow in ` RawIterRange::size_hint ` . (#325 )
15+ - Fixed the implementation of ` Debug ` for ` ValuesMut ` and ` IntoValues ` . (#325 )
16+
1017## [ v0.12.0] - 2022-01-17
1118
1219## Added
@@ -337,7 +344,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
337344
338345- Initial release
339346
340- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.12.0...HEAD
347+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.12.1...HEAD
348+ [ v0.12.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.12.1
341349[ v0.12.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
342350[ v0.11.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.1...v0.11.2
343351[ v0.11.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.11.1
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments