Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 16, 2019
1 parent 12e8bb9 commit 7dbd666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.2] - 2019-04-16

### Fixed
- Inlined non-nightly lowest_set_bit_nonzero. (#64)
- Fixed build on latest nightly. (#65)

## [v0.2.1] - 2019-04-14

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

- Initial release

[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.2...HEAD
[v0.2.2]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hashbrown"
version = "0.2.1"
version = "0.2.2"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "A Rust port of Google's SwissTable hash map"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 7dbd666

Please sign in to comment.