Skip to content

Commit

Permalink
Merge pull request #319 from cuviper/release-2.2.4
Browse files Browse the repository at this point in the history
Release 2.2.4
  • Loading branch information
cuviper committed Feb 29, 2024
2 parents cdebfe8 + 271b5ae commit 4df99d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2021"
version = "2.2.3"
version = "2.2.4"
documentation = "https://docs.rs/indexmap/"
repository = "https://github.com/indexmap-rs/indexmap"
license = "Apache-2.0 OR MIT"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 2.2.4

- Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`.
- Avoid hashing for lookups in single-entry maps.
- Limit preallocated memory in `serde` deserializers.

## 2.2.3

- Added `move_index` and `swap_indices` methods to `IndexedEntry`,
Expand Down

0 comments on commit 4df99d8

Please sign in to comment.