Skip to content

Commit 998edb1

Browse files
committed
Release 2.7.0
1 parent 2a0ca97 commit 998edb1

File tree

2 files changed

+6
-1
lines changed

2 files changed

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

3+
## 2.7.0 (2024-11-30)
4+
5+
- Added methods `Entry::insert_entry` and `VacantEntry::insert_entry`, returning
6+
an `OccupiedEntry` after insertion.
7+
38
## 2.6.0 (2024-10-01)
49

510
- Implemented `Clone` for `map::IntoIter` and `set::IntoIter`.

0 commit comments

Comments
 (0)