File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.1] - 2020-07-16
11
+
10
12
### Added
11
13
- Added ` erase ` and ` remove ` to ` RawTable ` . (#171 )
12
14
- Added ` try_with_capacity ` to ` RawTable ` . (#174 )
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
19
18
20
### Changed
19
21
- Deprecated ` RawTable::erase_no_drop ` in favor of ` erase ` and ` remove ` . (#176 )
22
+ - ` insert_no_grow ` is now exposed under the ` "raw" ` feature. (#180 )
20
23
21
24
## [ v0.8.0] - 2020-06-18
22
25
@@ -222,7 +225,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
222
225
223
226
- Initial release
224
227
225
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.8.0...HEAD
228
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.8.1...HEAD
229
+ [ v0.8.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.8.0...v0.8.1
226
230
[ v0.8.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.7.2...v0.8.0
227
231
[ v0.7.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.7.1...v0.7.2
228
232
[ v0.7.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
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