Skip to content

Commit 4c680a7

Browse files
committed
Release 2.11.1
1 parent b700522 commit 4c680a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.11.0"
4+
version = "2.11.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 2.11.1 (2025-09-08)
4+
5+
- Added a `get_key_value_mut` method to `IndexMap`.
6+
- Removed the unnecessary `Ord` bound on `insert_sorted_by` methods.
7+
38
## 2.11.0 (2025-08-22)
49

510
- Added `insert_sorted_by` and `insert_sorted_by_key` methods to `IndexMap`,

0 commit comments

Comments
 (0)