Skip to content

Commit ae3b75d

Browse files
chore: release v0.15.3
1 parent 82e783e commit ae3b75d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.15.3](https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3) - 2025-04-29
11+
12+
### Other
13+
14+
- Add release-plz for automated releases
15+
- Merge pull request #607 from ldm0/ldm_optimize
16+
- Remove "raw-entry" from "rustc-dep-of-std"
17+
- Merge pull request #615 from morrisonlevi/min-buckets
18+
- Drop FnMut trait bounds from ExtractIf data structures
19+
- Relax constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K>
20+
- Merge pull request #610 from ldm0/ldm_lazy_static
21+
- Remove unnecessary lazy_static usage in bench.rs
22+
- Don't enable `allocator-api2/nightly` feature
23+
- Added Allocator template argument for rustc_iter
24+
- Merge pull request #604 from mumbleskates/msrv-badge
25+
- reflect updated msrv in the readme badge
26+
- Fix clippy lints
27+
- Merge pull request #590 from heiher/loong-gnu-ci
28+
- add support for loongarch64-unknown-linux-gnu
129
# Change Log
230

331
All notable changes to this project will be documented in this file.

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.15.2"
3+
version = "0.15.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)