Skip to content

Commit 0c2cda1

Browse files
committed
Version 0.8.1
1 parent 849637f commit 0c2cda1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 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.8.1] - 2020-07-16
11+
1012
### Added
1113
- Added `erase` and `remove` to `RawTable`. (#171)
1214
- Added `try_with_capacity` to `RawTable`. (#174)
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1719

1820
### Changed
1921
- Deprecated `RawTable::erase_no_drop` in favor of `erase` and `remove`. (#176)
22+
- `insert_no_grow` is now exposed under the `"raw"` feature. (#180)
2023

2124
## [v0.8.0] - 2020-06-18
2225

@@ -222,7 +225,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
222225

223226
- Initial release
224227

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
226230
[v0.8.0]: https://github.com/rust-lang/hashbrown/compare/v0.7.2...v0.8.0
227231
[v0.7.2]: https://github.com/rust-lang/hashbrown/compare/v0.7.1...v0.7.2
228232
[v0.7.1]: https://github.com/rust-lang/hashbrown/compare/v0.7.0...v0.7.1

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.0"
3+
version = "0.8.1"
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)