File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.13.2] - 2023-01-12
11
+
12
+ ### Fixed
13
+
14
+ - Added ` #[inline(always)] ` to ` find_inner ` . (#375 )
15
+ - Fixed ` RawTable::allocation_info ` for empty tables. (#376 )
16
+
10
17
## [ v0.13.1] - 2022-11-10
11
18
12
19
### Added
@@ -389,7 +396,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
389
396
390
397
- Initial release
391
398
392
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.13.1...HEAD
399
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.13.2...HEAD
400
+ [ v0.13.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.13.1...v0.13.2
393
401
[ v0.13.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.3...v0.13.1
394
402
[ v0.12.3 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3
395
403
[ v0.12.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
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