Skip to content

Commit df53000

Browse files
committed
Release 0.5.3
1 parent 1009781 commit df53000

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 = "ordermap"
33
edition = "2021"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
documentation = "https://docs.rs/ordermap/"
66
repository = "https://github.com/indexmap-rs/ordermap"
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+
## 0.5.3
4+
5+
- Added an `insert_before` method to `OrderMap` and `OrderSet`, as an
6+
alternative to `shift_insert` with different behavior on existing entries.
7+
- Added `first_entry` and `last_entry` methods to `OrderMap`.
8+
- Added `From` implementations between `IndexedEntry` and `OccupiedEntry`.
9+
310
## 0.5.2
411

512
- Added methods `OrderMap::append` and `OrderSet::append`, moving all items from

0 commit comments

Comments
 (0)