File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.12.3] - 2022-07-17
11
+
12
+ ## Fixed
13
+
14
+ - Fixed double-drop in ` RawTable::clone_from ` . (#348 )
15
+
10
16
## [ v0.12.2] - 2022-07-09
11
17
12
18
## Added
@@ -357,7 +363,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
357
363
358
364
- Initial release
359
365
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
361
368
[ v0.12.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2
362
369
[ v0.12.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.12.1
363
370
[ v0.12.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.12.2 "
3
+ version = " 0.12.3 "
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