File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10+ ## [ v0.1.7] - 2018-12-05
11+
12+ ### Fixed
13+ - Fixed non-SSE version of convert_special_to_empty_and_full_to_deleted. (#32 )
14+ - Fixed overflow in rehash_in_place. (#33 )
15+
1016## [ v0.1.6] - 2018-11-17
1117
1218### Fixed
@@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4652
4753- Initial release
4854
49- [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...HEAD
55+ [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.7...HEAD
56+ [ v0.1.7 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
5057[ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
5158[ v0.1.5 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
5259[ v0.1.4 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
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