File tree 2 files changed +9
-2
lines changed
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.6.2] - 2019-10-23
11
+
12
+ ### Added
13
+ - Added an ` inline-more ` feature (enabled by default) which allows choosing a tradeoff between
14
+ runtime performance and compilation time. (#119 )
15
+
10
16
## [ v0.6.1] - 2019-10-04
11
17
12
18
### Added
@@ -152,7 +158,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
152
158
153
159
- Initial release
154
160
155
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.6.1...HEAD
161
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.6.2...HEAD
162
+ [ v0.6.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.1...v0.6.2
156
163
[ v0.6.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.0...v0.6.1
157
164
[ v0.6.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.1...v0.6.0
158
165
[ v0.5.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.0...v0.5.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
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