Skip to content

Commit 1d2c1a8

Browse files
committed
Version 0.12.3
1 parent bd5ed60 commit 1d2c1a8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.12.3] - 2022-07-17
11+
12+
## Fixed
13+
14+
- Fixed double-drop in `RawTable::clone_from`. (#348)
15+
1016
## [v0.12.2] - 2022-07-09
1117

1218
## Added
@@ -357,7 +363,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
357363

358364
- Initial release
359365

360-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.12.2...HEAD
366+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.12.3...HEAD
367+
[v0.12.3]: https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3
361368
[v0.12.2]: https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2
362369
[v0.12.1]: https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.12.1
363370
[v0.12.0]: https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0

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.12.2"
3+
version = "0.12.3"
44
authors = ["Amanieu d'Antras <[email protected]>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)