Skip to content

Commit 30a0ce0

Browse files
committed
Version 0.2.1
1 parent c9fcc54 commit 30a0ce0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.1] - 2019-04-14
11+
12+
### Changed
13+
- Use for_each in map Extend and FromIterator. (#58)
14+
- Improved worst-case performance of HashSet.is_subset. (#61)
15+
16+
### Fixed
17+
- Removed incorrect debug_assert. (#60)
18+
1019
## [v0.2.0] - 2019-03-31
1120

1221
### Changed
@@ -78,8 +87,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7887

7988
- Initial release
8089

81-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.0...HEAD
82-
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
90+
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...HEAD
91+
[v0.2.1]: https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
92+
[v0.2.0]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
8393
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
8494
[v0.1.7]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
8595
[v0.1.6]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6

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.2.0"
3+
version = "0.2.1"
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)