Skip to content

Commit a96b9c7

Browse files
committed
Release 2.12.1
1 parent 6245ee5 commit a96b9c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.12.0"
4+
version = "2.12.1"
55
documentation = "https://docs.rs/indexmap/"
66
repository = "https://github.com/indexmap-rs/indexmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 2.12.1 (2025-11-20)
4+
5+
- Simplified a lot of internals using `hashbrown`'s new bucket API.
6+
37
## 2.12.0 (2025-10-17)
48

59
- **MSRV**: Rust 1.82.0 or later is now required.

0 commit comments

Comments
 (0)