Skip to content

Commit eb1ed06

Browse files
authored
Merge pull request #714 from rust-lang/release-plz-2026-04-11T15-50-11Z
chore: release v0.17.1
2 parents 420e83b + c62a63a commit eb1ed06

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.1](https://github.com/rust-lang/hashbrown/compare/v0.17.0...v0.17.1) - 2026-04-20
11+
12+
### Added
13+
14+
- Added `HashMap::rustc_try_insert` (#722)
15+
1016
## [0.17.0](https://github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0) - 2026-04-06
1117

1218
### Added

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.17.0"
3+
version = "0.17.1"
44
description = "A Rust port of Google's SwissTable hash map"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/hashbrown"

0 commit comments

Comments
 (0)