Skip to content

Commit 8be230c

Browse files
committed
Version 0.7.0
1 parent 8954e36 commit 8be230c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.7.0] - 2020-01-31
11+
12+
### Added
13+
- Added a `drain_filter` function to `HashMap`. (#135)
14+
15+
### Changed
16+
- Updated `ahash` dependency to 0.3. (#141)
17+
- Optimized set union and intersection. (#130)
18+
- `raw_entry` can now be used without requiring `S: BuildHasher`. (#123)
19+
- `RawTable::bucket_index` can now be used under the `raw` feature. (#128)
20+
1021
## [v0.6.3] - 2019-10-31
1122

1223
### Added
@@ -164,7 +175,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
164175

165176
- Initial release
166177

167-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.6.3...HEAD
178+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.7.0...HEAD
179+
[v0.7.0]: https://github.com/rust-lang/hashbrown/compare/v0.6.3...v0.7.0
168180
[v0.6.3]: https://github.com/rust-lang/hashbrown/compare/v0.6.2...v0.6.3
169181
[v0.6.2]: https://github.com/rust-lang/hashbrown/compare/v0.6.1...v0.6.2
170182
[v0.6.1]: https://github.com/rust-lang/hashbrown/compare/v0.6.0...v0.6.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add this to your `Cargo.toml`:
8484

8585
```toml
8686
[dependencies]
87-
hashbrown = "0.6"
87+
hashbrown = "0.7"
8888
```
8989

9090
Then:

0 commit comments

Comments
 (0)