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/).
77
88## [ Unreleased]
99
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+
1017## [ v0.13.1] - 2022-11-10
1118
1219### Added
@@ -389,7 +396,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
389396
390397- Initial release
391398
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
393401[ v0.13.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.3...v0.13.1
394402[ v0.12.3 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3
395403[ 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 11[package ]
22name = " hashbrown"
3- version = " 0.13.1 "
3+ version = " 0.13.2 "
44authors = [
" Amanieu d'Antras <[email protected] >" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments