Skip to content

Commit afa3caf

Browse files
committed
Release 2.13.1
1 parent 906a7ce commit afa3caf

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

3+
## 2.13.1 (2026-04-02)
4+
5+
- Made some `Slice` methods `const`:
6+
- `map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}`
7+
- `set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}`
8+
39
## 2.13.0 (2026-01-07)
410

511
- Implemented `Clone` for `IntoKeys` and `IntoValues`.

0 commit comments

Comments
 (0)