Skip to content

Commit abdd155

Browse files
authored
Merge pull request #344 from cuviper/release-2.5.0
Release 2.5.0
2 parents 139d7ad + 48ed490 commit abdd155

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.4.0"
4+
version = "2.5.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.5.0
4+
5+
- Added an `insert_before` method to `IndexMap` and `IndexSet`, as an
6+
alternative to `shift_insert` with different behavior on existing entries.
7+
- Added `first_entry` and `last_entry` methods to `IndexMap`.
8+
- Added `From` implementations between `IndexedEntry` and `OccupiedEntry`.
9+
310
## 2.4.0
411

512
- Added methods `IndexMap::append` and `IndexSet::append`, moving all items from

0 commit comments

Comments
 (0)