Skip to content

Commit

Permalink
Merge pull request #32 from tcharding/12-31-release-0.4.0
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
tcharding authored Dec 30, 2024
2 parents dd3ecef + e2e34c0 commit 3532a99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.0 - 2024-12-31

This release makes the `ArbitraryOrd` trait object safe.

- Remove `Eq` trait bound [#31](https://github.com/rust-bitcoin/rust-ordered/pull/31)

# 0.3.0 - 2024-12-30

- Bump the MSRV to Rust `v1.63.0` [#17](https://github.com/rust-bitcoin/rust-ordered/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = 3

[[package]]
name = "ordered"
version = "0.3.0"
version = "0.4.0"
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = 3

[[package]]
name = "ordered"
version = "0.3.0"
version = "0.4.0"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordered"
version = "0.3.0"
version = "0.4.0"
authors = ["Tobin C. Harding <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-ordered/"
Expand Down

0 comments on commit 3532a99

Please sign in to comment.