Skip to content

Commit dd56b3b

Browse files
authored
Merge pull request #581 from Amanieu/release-0.15.1
Release v0.15.1
2 parents 986305a + 5643b13 commit dd56b3b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.15.0] - 2024-10-01
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+
16+
## ~~[v0.15.0] - 2024-10-01~~
17+
18+
This release was _yanked_ due to a broken implementation of the `borsh` feature.
1119

1220
This update contains breaking changes that remove the `raw` API with the hope of
1321
centralising on the `HashTable` API in the future. You can follow the discussion
@@ -523,7 +531,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
523531

524532
- Initial release
525533

526-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.0...HEAD
534+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.1...HEAD
535+
[v0.15.1]: https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
527536
[v0.15.0]: https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
528537
[v0.14.5]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
529538
[v0.14.4]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4

Cargo.toml

+1-1
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 <[email protected]>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)