File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.1.8] - 2019-01-14
11+
12+ ### Added
13+ - Rayon parallel iterator support (#37 )
14+ - ` raw_entry ` support (#31 )
15+ - ` #[may_dangle] ` on nightly (#31 )
16+ - ` try_reserve ` support (#31 )
17+
18+ ### Fixed
19+ - Fixed variance on ` IterMut ` . (#31 )
20+
1021## [ v0.1.7] - 2018-12-05
1122
1223### Fixed
@@ -52,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5263
5364- Initial release
5465
55- [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.7...HEAD
66+ [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.8...HEAD
67+ [ v0.1.8 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
5668[ v0.1.7 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
5769[ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
5870[ v0.1.5 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments