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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ v0.4.0] - 2019-05-30
11
19
12
20
### Fixed
@@ -112,6 +120,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112
120
- Initial release
113
121
114
122
[ 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
115
124
[ v0.4.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...v0.4.0
116
125
[ v0.3.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
117
126
[ 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`:
62
62
63
63
``` toml
64
64
[dependencies ]
65
- hashbrown = " 0.4 "
65
+ hashbrown = " 0.5 "
66
66
```
67
67
68
68
Then:
You can’t perform that action at this time.
0 commit comments