File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.6.1] - 2019-10-04
11+
12+ ### Added
13+ - Added ` Entry::insert ` and ` RawEntryMut::insert ` . (#118 )
14+
15+ ### Changed
16+ - ` Group::static_empty ` was changed from a ` const ` to a ` static ` (#116 ).
17+
1018## [ v0.6.0] - 2019-08-13
1119
1220### Fixed
@@ -144,7 +152,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
144152
145153- Initial release
146154
147- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.6.0...HEAD
155+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.6.1...HEAD
156+ [ v0.6.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.6.0...v0.6.1
148157[ v0.6.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.1...v0.6.0
149158[ v0.5.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.0...v0.5.1
150159[ v0.5.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments