Skip to content

Commit f2e6212

Browse files
committed
Auto merge of #486 - Amanieu:release-0.14.3, r=Amanieu
Prepare release of v0.14.3
2 parents 291465a + 924237d commit f2e6212

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
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.3] - 2023-11-26
11+
12+
### Added
13+
14+
- Specialized `fold` implementation of iterators. (#480)
15+
16+
### Fixed
17+
18+
- Avoid using unstable `ptr::invalid_mut` on nightly. (#481)
19+
1020
## [v0.14.2] - 2023-10-19
1121

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

462472
- Initial release
463473

464-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...HEAD
474+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.3...HEAD
475+
[v0.14.3]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.14.3
465476
[v0.14.2]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2
466477
[v0.14.1]: https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1
467478
[v0.14.0]: https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.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.14.2"
3+
version = "0.14.3"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)