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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ v0.12.0] - 2022-01-17
11
18
12
19
## Added
@@ -337,7 +344,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
337
344
338
345
- Initial release
339
346
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
341
349
[ v0.12.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
342
350
[ v0.11.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.1...v0.11.2
343
351
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.12.0 "
3
+ version = " 0.12.1 "
4
4
authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
5
5
description = " A Rust port of Google's SwissTable hash map"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments