Skip to content

Commit dd06e57

Browse files
authored
Merge pull request #381 from cuviper/release-2.8.0
Release 2.8.0
2 parents b10b273 + ab5c2df commit dd06e57

File tree

2 files changed

+8
-1
lines changed

2 files changed

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

3+
## 2.8.0 (2025-03-10)
4+
5+
- Added `indexmap_with_default!` and `indexset_with_default!` to be used with
6+
alternative hashers, especially when using the crate without `std`.
7+
- Implemented `PartialEq` between each `Slice` and `[]`/arrays.
8+
- Removed the internal `rustc-rayon` feature and dependency.
9+
310
## 2.7.1 (2025-01-19)
411

512
- Added `#[track_caller]` to functions that may panic.

0 commit comments

Comments
 (0)