Skip to content

Commit dcb854f

Browse files
committed
Version 0.13.2
1 parent 55175ca commit dcb854f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)