File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.1] - 2019-04-14
11
+
12
+ ### Changed
13
+ - Use for_each in map Extend and FromIterator. (#58 )
14
+ - Improved worst-case performance of HashSet.is_subset. (#61 )
15
+
16
+ ### Fixed
17
+ - Removed incorrect debug_assert. (#60 )
18
+
10
19
## [ v0.2.0] - 2019-03-31
11
20
12
21
### Changed
@@ -78,8 +87,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
78
87
79
88
- Initial release
80
89
81
- [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.2.0...HEAD
82
- [ v0.1.8 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
90
+ [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.2.1...HEAD
91
+ [ v0.2.1 ] : https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
92
+ [ v0.2.0 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
83
93
[ v0.1.8 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
84
94
[ v0.1.7 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
85
95
[ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.2.0 "
3
+ version = " 0.2.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