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.2] - 2021-03-25
11
+
12
+ ## Fixed
13
+
14
+ - Added missing allocator type parameter to ` HashMap ` 's and ` HashSet ` 's ` Clone ` impls. (#252 )
15
+
10
16
## [ v0.11.1] - 2021-03-20
11
17
12
18
## Fixed
@@ -301,7 +307,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
301
307
302
308
- Initial release
303
309
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
305
312
[ v0.11.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.11.1
306
313
[ v0.11.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.10.0...v0.11.0
307
314
[ v0.10.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.9.1...v0.10.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.11.1 "
3
+ version = " 0.11.2 "
4
4
authors = [
" Amanieu d'Antras <[email protected] >" ]
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