Skip to content

Commit 6a5b6f8

Browse files
authored
Merge pull request #30 from tcharding/12-30-release
Bump the version to `0.3.0`
2 parents eaf1dd0 + dafd713 commit 6a5b6f8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.0 - 2024-12-30
2+
3+
- Bump the MSRV to Rust `v1.63.0` [#17](https://github.com/rust-bitcoin/rust-ordered/pull/17)
4+
- Add default generic type to `ArbitraryOrd` for RHS [#27](https://github.com/rust-bitcoin/rust-ordered/pull/27)
5+
- Deprecate unneeded functions `as_inner` and `into_inner` [#28](https://github.com/rust-bitcoin/rust-ordered/pull/28)
6+
17
# 0.2.2 - 2023-12-18
28

39
Fix the repository link in the manifest [#12](https://github.com/rust-bitcoin/rust-ordered/pull/12)

Cargo-minimal.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

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

Cargo-recent.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Tobin C. Harding <me@tobin.cc>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-ordered/"

0 commit comments

Comments
 (0)