File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.11.1] - 2021-03-20
11
+
12
+ ## Fixed
13
+
14
+ - Added missing ` pub ` modifier to ` BumpWrapper ` . (#251 )
15
+
10
16
## [ v0.11.0] - 2021-03-14
11
17
12
18
## Added
@@ -295,7 +301,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
295
301
296
302
- Initial release
297
303
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
299
306
[ v0.11.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.10.0...v0.11.0
300
307
[ v0.10.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.9.1...v0.10.0
301
308
[ v0.9.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.11.0 "
3
+ version = " 0.11.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 = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments