Skip to content

Commit

Permalink
Merge pull request #30 from tcharding/12-30-release
Browse files Browse the repository at this point in the history
Bump the version to `0.3.0`
  • Loading branch information
tcharding authored Dec 29, 2024
2 parents eaf1dd0 + dafd713 commit 6a5b6f8
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.3.0 - 2024-12-30

- Bump the MSRV to Rust `v1.63.0` [#17](https://github.com/rust-bitcoin/rust-ordered/pull/17)
- Add default generic type to `ArbitraryOrd` for RHS [#27](https://github.com/rust-bitcoin/rust-ordered/pull/27)
- Deprecate unneeded functions `as_inner` and `into_inner` [#28](https://github.com/rust-bitcoin/rust-ordered/pull/28)

# 0.2.2 - 2023-12-18

Fix the repository link in the manifest [#12](https://github.com/rust-bitcoin/rust-ordered/pull/12)
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.2.2"
version = "0.3.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.2.2"
version = "0.3.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.2.2"
version = "0.3.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 6a5b6f8

Please sign in to comment.