Skip to content

Commit fe06a93

Browse files
committed
Version 0.12.1
1 parent fcca2d6 commit fe06a93

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)