File tree 2 files changed +14
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
21
## [ v0.1.7] - 2018-12-05
11
22
12
23
### Fixed
@@ -52,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
52
63
53
64
- Initial release
54
65
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
56
68
[ v0.1.7 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
57
69
[ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
58
70
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.1.7 "
3
+ version = " 0.1.8 "
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