File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
3
edition = " 2021"
4
- version = " 2.10 .0"
4
+ version = " 2.11 .0"
5
5
documentation = " https://docs.rs/indexmap/"
6
6
repository = " https://github.com/indexmap-rs/indexmap"
7
7
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
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
+
3
15
## 2.10.0 (2025-06-26)
4
16
5
17
- Added ` extract_if ` methods to ` IndexMap ` and ` IndexSet ` , similar to the
You can’t perform that action at this time.
0 commit comments