Skip to content

Commit 6b9cc4e

Browse files
committed
Version 0.1.7
1 parent 63aa152 commit 6b9cc4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.1.7] - 2018-12-05
11+
12+
### Fixed
13+
- Fixed non-SSE version of convert_special_to_empty_and_full_to_deleted. (#32)
14+
- Fixed overflow in rehash_in_place. (#33)
15+
1016
## [v0.1.6] - 2018-11-17
1117

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

4753
- Initial release
4854

49-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...HEAD
55+
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...HEAD
56+
[v0.1.7]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
5057
[v0.1.6]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
5158
[v0.1.5]: https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
5259
[v0.1.4]: https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4

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.6"
3+
version = "0.1.7"
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)