Skip to content

Commit 6c17446

Browse files
authored
Merge pull request #587 from Amanieu/release-0.15.2
Release v0.15.2
2 parents b74e3a7 + 0034bc6 commit 6c17446

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.15.2] - 2024-11-14
11+
12+
### Added
13+
14+
- Marked `const fn` constructors as `rustc_const_stable_indirect` when built as
15+
part of the standard library. (#586)
16+
1017
## [v0.15.1] - 2024-11-03
1118

1219
This release removes the `borsh` feature introduced in 0.15.0 because it was
@@ -531,7 +538,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
531538

532539
- Initial release
533540

534-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.1...HEAD
541+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.15.2...HEAD
542+
[v0.15.2]: https://github.com/rust-lang/hashbrown/compare/v0.15.1...v0.15.2
535543
[v0.15.1]: https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
536544
[v0.15.0]: https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
537545
[v0.14.5]: https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5

Cargo.toml

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