Skip to content

Commit e345f3a

Browse files
committed
Release 2.13.0
1 parent e6b677b commit e345f3a

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

3+
## 2.13.0 (2026-01-07)
4+
5+
- Implemented `Clone` for `IntoKeys` and `IntoValues`.
6+
- Added `map::Slice::split_at_checked` and `split_at_mut_checked`.
7+
- Added `set::Slice::split_at_checked`.
8+
39
## 2.12.1 (2025-11-20)
410

511
- Simplified a lot of internals using `hashbrown`'s new bucket API.

0 commit comments

Comments
 (0)