Skip to content

Commit bbb5d3b

Browse files
committed
Version 0.11.2
1 parent 5a6c1df commit bbb5d3b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.11.2] - 2021-03-25
11+
12+
## Fixed
13+
14+
- Added missing allocator type parameter to `HashMap`'s and `HashSet`'s `Clone` impls. (#252)
15+
1016
## [v0.11.1] - 2021-03-20
1117

1218
## Fixed
@@ -301,7 +307,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
301307

302308
- Initial release
303309

304-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.11.1...HEAD
310+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.11.2...HEAD
311+
[v0.11.2]: https://github.com/rust-lang/hashbrown/compare/v0.11.1...v0.11.2
305312
[v0.11.1]: https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.11.1
306313
[v0.11.0]: https://github.com/rust-lang/hashbrown/compare/v0.10.0...v0.11.0
307314
[v0.10.0]: https://github.com/rust-lang/hashbrown/compare/v0.9.1...v0.10.0

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.11.1"
3+
version = "0.11.2"
44
authors = ["Amanieu d'Antras <[email protected]>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)