Skip to content

Commit 15ed229

Browse files
committed
Version 0.1.8
1 parent 5998edc commit 15ed229

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.1.8] - 2019-01-14
11+
12+
### Added
13+
- Rayon parallel iterator support (#37)
14+
- `raw_entry` support (#31)
15+
- `#[may_dangle]` on nightly (#31)
16+
- `try_reserve` support (#31)
17+
18+
### Fixed
19+
- Fixed variance on `IterMut`. (#31)
20+
1021
## [v0.1.7] - 2018-12-05
1122

1223
### Fixed
@@ -52,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5263

5364
- Initial release
5465

55-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...HEAD
66+
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...HEAD
67+
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
5668
[v0.1.7]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
5769
[v0.1.6]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
5870
[v0.1.5]: https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.1.7"
3+
version = "0.1.8"
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)