Skip to content

Commit 0d64c37

Browse files
committed
Version 0.1.6
1 parent 39d6b83 commit 0d64c37

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.1.6] - 2018-11-17
11+
12+
### Fixed
13+
- Fixed compile error on nightly. (#29)
14+
1015
## [v0.1.5] - 2018-11-08
1116

1217
### Fixed
@@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4146

4247
- Initial release
4348

44-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...HEAD
49+
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...HEAD
50+
[v0.1.6]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
4551
[v0.1.5]: https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
4652
[v0.1.4]: https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4
4753
[v0.1.3]: https://github.com/Amanieu/hashbrown/compare/v0.1.2...v0.1.3

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.1.5"
3+
version = "0.1.6"
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)