File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ v0.15.0] - 2024-10-01
11
17
12
18
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
523
529
524
530
- Initial release
525
531
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
527
534
[ v0.15.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
528
535
[ v0.14.5 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
529
536
[ v0.14.4 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
5
5
description = " A Rust port of Google's SwissTable hash map"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments