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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ v0.1.6] - 2018-11-17
11
17
12
18
### Fixed
@@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
52
47
53
- Initial release
48
54
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
50
57
[ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
51
58
[ v0.1.5 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
52
59
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
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