Skip to content

Commit 91d53ad

Browse files
authored
Merge pull request #409 from cuviper/release-2.11.0
Release 2.11.0
2 parents 2e173dc + cf566a7 commit 91d53ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.10.0"
4+
version = "2.11.0"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Releases
22

3+
## 2.11.0 (2025-08-22)
4+
5+
- Added `insert_sorted_by` and `insert_sorted_by_key` methods to `IndexMap`,
6+
`IndexSet`, and `VacantEntry`, like customizable versions of `insert_sorted`.
7+
- Added `is_sorted`, `is_sorted_by`, and `is_sorted_by_key` methods to
8+
`IndexMap` and `IndexSet`, as well as their `Slice` counterparts.
9+
- Added `sort_by_key` and `sort_unstable_by_key` methods to `IndexMap` and
10+
`IndexSet`, as well as parallel counterparts.
11+
- Added `replace_index` methods to `IndexMap`, `IndexSet`, and `VacantEntry`
12+
to replace the key (or set value) at a given index.
13+
- Added optional `sval` serialization support.
14+
315
## 2.10.0 (2025-06-26)
416

517
- Added `extract_if` methods to `IndexMap` and `IndexSet`, similar to the

0 commit comments

Comments
 (0)