Skip to content

Commit 47ef09f

Browse files
committed
Release v0.14.5
1 parent 3de77e8 commit 47ef09f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [v0.14.4] - 2024-03-19
11-
1210
### Changed
1311

1412
- Changed `hash_set::{Entry, VacantEntry}::insert` to return `OccupiedEntry`. (#495)
1513

14+
## [v0.14.5] - 2024-04-28
15+
1616
### Fixed
1717

1818
- Fixed index calculation in panic guard of `clone_from_impl`. (#511)
1919

20+
## ~~[v0.14.4] - 2024-03-19~~
21+
22+
This release was _yanked_ due to a breaking change.
23+
2024
## [v0.14.3] - 2023-11-26
2125

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

482486
- Initial release
483487

484-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...HEAD
488+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.5...HEAD
489+
[v0.14.5]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
485490
[v0.14.4]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
486491
[v0.14.3]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.14.3
487492
[v0.14.2]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2

0 commit comments

Comments
 (0)