Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Nov 14, 2024
1 parent b74e3a7 commit 0034bc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [v0.15.2] - 2024-11-14

### Added

- Marked `const fn` constructors as `rustc_const_stable_indirect` when built as
part of the standard library. (#586)

## [v0.15.1] - 2024-11-03

This release removes the `borsh` feature introduced in 0.15.0 because it was
Expand Down Expand Up @@ -531,7 +538,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.15.1...HEAD
[Unreleased]: /~https://github.com/rust-lang/hashbrown/compare/v0.15.2...HEAD
[v0.15.2]: /~https://github.com/rust-lang/hashbrown/compare/v0.15.1...v0.15.2
[v0.15.1]: /~https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
[v0.15.0]: /~https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
[v0.14.5]: /~https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
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.15.1"
version = "0.15.2"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "A Rust port of Google's SwissTable hash map"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 0034bc6

Please sign in to comment.