Skip to content

Commit 3532a99

Browse files
authored
Merge pull request #32 from tcharding/12-31-release-0.4.0
Bump version to 0.4.0
2 parents dd3ecef + e2e34c0 commit 3532a99

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.0 - 2024-12-31
2+
3+
This release makes the `ArbitraryOrd` trait object safe.
4+
5+
- Remove `Eq` trait bound [#31](https://github.com/rust-bitcoin/rust-ordered/pull/31)
6+
17
# 0.3.0 - 2024-12-30
28

39
- Bump the MSRV to Rust `v1.63.0` [#17](https://github.com/rust-bitcoin/rust-ordered/pull/17)

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

55
[[package]]
66
name = "ordered"
7-
version = "0.3.0"
7+
version = "0.4.0"

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

55
[[package]]
66
name = "ordered"
7-
version = "0.3.0"
7+
version = "0.4.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Tobin C. Harding <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-ordered/"

0 commit comments

Comments
 (0)