Skip to content

Commit 85f42d6

Browse files
committed
Version 0.11.1
1 parent 5fcb737 commit 85f42d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
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.1] - 2021-03-20
11+
12+
## Fixed
13+
14+
- Added missing `pub` modifier to `BumpWrapper`. (#251)
15+
1016
## [v0.11.0] - 2021-03-14
1117

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

296302
- Initial release
297303

298-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.11.0...HEAD
304+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.11.1...HEAD
305+
[v0.11.1]: https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.11.1
299306
[v0.11.0]: https://github.com/rust-lang/hashbrown/compare/v0.10.0...v0.11.0
300307
[v0.10.0]: https://github.com/rust-lang/hashbrown/compare/v0.9.1...v0.10.0
301308
[v0.9.1]: https://github.com/rust-lang/hashbrown/compare/v0.9.0...v0.9.1

Cargo.toml

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

0 commit comments

Comments
 (0)