Skip to content

Commit

Permalink
Merge pull request #320 from cuviper/release-2.2.5
Browse files Browse the repository at this point in the history
Release 2.2.5
  • Loading branch information
cuviper committed Feb 29, 2024
2 parents c934ace + 5d7bd5e commit 184fe4b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4"
version = "2.2.5"
documentation = "https://docs.rs/indexmap/"
repository = "https://github.com/indexmap-rs/indexmap"
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## 2.2.5

- Added optional `borsh` serialization support.

## 2.2.4

- Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`.
Expand Down

0 comments on commit 184fe4b

Please sign in to comment.