File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
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.5.0] - 2019-06-12
11+
12+ ### Fixed
13+ - Resize with a more conservative amount of space after deletions. (#86 )
14+
15+ ### Changed
16+ - Exposed the Layout of the failed allocation in CollectionAllocErr::AllocErr. (#89 )
17+
1018## [ v0.4.0] - 2019-05-30
1119
1220### Fixed
@@ -112,6 +120,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112120- Initial release
113121
114122[ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.4.0...HEAD
123+ [ v0.5.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.4.0...v0.5.0
115124[ v0.4.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...v0.4.0
116125[ v0.3.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
117126[ v0.3.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Add this to your `Cargo.toml`:
6262
6363``` toml
6464[dependencies ]
65- hashbrown = " 0.4 "
65+ hashbrown = " 0.5 "
6666```
6767
6868Then:
You can’t perform that action at this time.
0 commit comments