Skip to content

Commit 4e7acb5

Browse files
committed
Version 0.6.3
1 parent 592137a commit 4e7acb5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.3] - 2019-10-31
11+
12+
### Added
13+
- Added an `ahash-compile-time-rng` feature (enabled by default) which allows disabling the
14+
`compile-time-rng` feature in `ahash` to work around a Cargo bug. (#125)
15+
1016
## [v0.6.2] - 2019-10-23
1117

1218
### Added
@@ -158,7 +164,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
158164

159165
- Initial release
160166

161-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.6.2...HEAD
167+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.6.3...HEAD
168+
[v0.6.3]: https://github.com/rust-lang/hashbrown/compare/v0.6.2...v0.6.3
162169
[v0.6.2]: https://github.com/rust-lang/hashbrown/compare/v0.6.1...v0.6.2
163170
[v0.6.1]: https://github.com/rust-lang/hashbrown/compare/v0.6.0...v0.6.1
164171
[v0.6.0]: https://github.com/rust-lang/hashbrown/compare/v0.5.1...v0.6.0

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.6.2"
3+
version = "0.6.3"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)