Skip to content

Commit

Permalink
Auto merge of rust-lang#512 - Amanieu:release-0.14.4, r=Amanieu
Browse files Browse the repository at this point in the history
Release v0.14.4
  • Loading branch information
bors committed Mar 19, 2024
2 parents bec1631 + 33a5236 commit 3741813
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [v0.14.4] - 2024-03-19

### Changed

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

### Fixed

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

## [v0.14.3] - 2023-11-26

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

- Initial release

[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...HEAD
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...HEAD
[v0.14.4]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
[v0.14.3]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.14.3
[v0.14.2]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2
[v0.14.1]: https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hashbrown"
version = "0.14.3"
version = "0.14.4"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "A Rust port of Google's SwissTable hash map"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3741813

Please sign in to comment.