Skip to content

Commit 42e57a3

Browse files
authored
Merge pull request #369 from cuviper/release-2.7.1
Release 2.7.1
2 parents cb520a7 + f61b581 commit 42e57a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.7.0"
4+
version = "2.7.1"
55
documentation = "https://docs.rs/indexmap/"
66
repository = "https://github.com/indexmap-rs/indexmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 2.7.1 (2025-01-19)
4+
5+
- Added `#[track_caller]` to functions that may panic.
6+
- Improved memory reservation for `insert_entry`.
7+
38
## 2.7.0 (2024-11-30)
49

510
- Added methods `Entry::insert_entry` and `VacantEntry::insert_entry`, returning

0 commit comments

Comments
 (0)