Skip to content

Commit 987b962

Browse files
committed
Version 0.4.0
1 parent a9ddbcf commit 987b962

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.0] - 2019-05-30
11+
12+
### Fixed
13+
- Fixed `Send` trait bounds on `IterMut` not matching the libstd one. (#82)
14+
1015
## [v0.3.1] - 2019-05-30
1116

1217
### Fixed
@@ -106,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106111

107112
- Initial release
108113

109-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.3.1...HEAD
114+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.4.0...HEAD
115+
[v0.4.0]: https://github.com/rust-lang/hashbrown/compare/v0.3.1...v0.4.0
110116
[v0.3.1]: https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
111117
[v0.3.0]: https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
112118
[v0.2.2]: https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2

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.3.1"
3+
version = "0.4.0"
44
authors = ["Amanieu d'Antras <[email protected]>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"

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.3"
65+
hashbrown = "0.4"
6666
```
6767

6868
This crate has the following Cargo features:

0 commit comments

Comments
 (0)