Skip to content

Commit e7cd4a5

Browse files
committed
Version 0.5.0
1 parent 2c16341 commit e7cd4a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6868
Then:

0 commit comments

Comments
 (0)