File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.14.1] - 2023-09-28
11
+
12
+ ### Added
13
+
14
+ - Allow serializing ` HashMap ` s that use a custom allocator. (#449 )
15
+
16
+ ### Changed
17
+
18
+ - Use the ` Equivalent ` trait from the ` equivalent ` crate. (#442 )
19
+ - Slightly improved performance of table resizing. (#451 )
20
+ - Relaxed MSRV to 1.63.0. (#457 )
21
+ - Removed ` Clone ` requirement from custom allocators. (#468 )
22
+
23
+ ### Fixed
24
+
25
+ - Fixed custom allocators being leaked in some situations. (#439 , #465 )
26
+
10
27
## [ v0.14.0] - 2023-06-01
11
28
12
29
### Added
@@ -433,7 +450,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
433
450
434
451
- Initial release
435
452
436
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.14.0...HEAD
453
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.14.1...HEAD
454
+ [ v0.14.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1
437
455
[ v0.14.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0
438
456
[ v0.13.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.13.1...v0.13.2
439
457
[ v0.13.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.3...v0.13.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.14.0 "
3
+ version = " 0.14.1 "
4
4
authors = [
" Amanieu d'Antras <[email protected] >" ]
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