Skip to content

Commit 1889600

Browse files
committed
Version 0.3.1
1 parent c765ea0 commit 1889600

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.3.1] - 2019-05-30
11+
12+
### Fixed
13+
- Fixed incorrect use of slice in unsafe code. (#80)
14+
1015
## [v0.3.0] - 2019-04-23
1116

1217
### Changed
@@ -101,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101106

102107
- Initial release
103108

104-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.3.0...HEAD
109+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.3.1...HEAD
110+
[v0.3.1]: https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
105111
[v0.3.0]: https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
106112
[v0.2.2]: https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2
107113
[v0.2.1]: https://github.com/rust-lang/hashbrown/compare/v0.2.0...v0.2.1

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.3.0"
3+
version = "0.3.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)