Skip to content

Commit 3741813

Browse files
committed
Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
Release v0.14.4
2 parents bec1631 + 33a5236 commit 3741813

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.14.4] - 2024-03-19
11+
12+
### Changed
13+
14+
- Changed `hash_set::{Entry, VacantEntry}::insert` to return `OccupiedEntry`. (#495)
15+
16+
### Fixed
17+
18+
- Fixed index calculation in panic guard of `clone_from_impl`. (#511)
19+
1020
## [v0.14.3] - 2023-11-26
1121

1222
### Added
@@ -471,7 +481,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
471481

472482
- Initial release
473483

474-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...HEAD
484+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...HEAD
485+
[v0.14.4]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
475486
[v0.14.3]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.14.3
476487
[v0.14.2]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2
477488
[v0.14.1]: https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.14.3"
3+
version = "0.14.4"
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)