File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.9.0] - 2020-09-03
11
+
10
12
### Fixed
11
13
- ` drain_filter ` now removes and yields items that do match the predicate,
12
14
rather than items that don't. This is a ** breaking change** to match the
@@ -247,7 +249,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
247
249
248
250
- Initial release
249
251
250
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.8.2...HEAD
252
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.9.0...HEAD
253
+ [ v0.9.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.8.2...v0.9.0
251
254
[ v0.8.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.8.1...v0.8.2
252
255
[ v0.8.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.8.0...v0.8.1
253
256
[ v0.8.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.7.2...v0.8.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.8.2 "
3
+ version = " 0.9.0 "
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