Skip to content

Commit 458e445

Browse files
committed
Release v0.15.1
1 parent ccec5eb commit 458e445

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](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.15.1] - 2024-11-03
11+
12+
This release removes the `borsh` feature introduced in 0.15.0 because it was
13+
found to be incorrectly implemented. Users should use the `hashbrown` feature of
14+
the `borsh` crate instead which provides the same trait implementations.
15+
1016
## [v0.15.0] - 2024-10-01
1117

1218
This update contains breaking changes that remove the `raw` API with the hope of
@@ -523,7 +529,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
523529

524530
- Initial release
525531

526-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.0...HEAD
532+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.1...HEAD
533+
[v0.15.1]: https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
527534
[v0.15.0]: https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
528535
[v0.14.5]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
529536
[v0.14.4]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.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.15.0"
3+
version = "0.15.1"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)