Skip to content

Commit 7dbd666

Browse files
committed
Version 0.2.2
1 parent 12e8bb9 commit 7dbd666

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
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.2.2] - 2019-04-16
11+
12+
### Fixed
13+
- Inlined non-nightly lowest_set_bit_nonzero. (#64)
14+
- Fixed build on latest nightly. (#65)
15+
1016
## [v0.2.1] - 2019-04-14
1117

1218
### Changed
@@ -87,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8793

8894
- Initial release
8995

90-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...HEAD
96+
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.2...HEAD
97+
[v0.2.2]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...v0.2.2
9198
[v0.2.1]: https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
9299
[v0.2.0]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
93100
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Amanieu d'Antras <[email protected]>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)