Skip to content

Commit d4bb3ea

Browse files
committed
Version 0.9.0
1 parent bb39455 commit d4bb3ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.9.0] - 2020-09-03
11+
1012
### Fixed
1113
- `drain_filter` now removes and yields items that do match the predicate,
1214
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
247249

248250
- Initial release
249251

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
251254
[v0.8.2]: https://github.com/rust-lang/hashbrown/compare/v0.8.1...v0.8.2
252255
[v0.8.1]: https://github.com/rust-lang/hashbrown/compare/v0.8.0...v0.8.1
253256
[v0.8.0]: https://github.com/rust-lang/hashbrown/compare/v0.7.2...v0.8.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)