Skip to content

Commit 700148c

Browse files
authored
Merge pull request #36 from tcharding/01-30-release-1.0-alpa
Bump version to `1.0.0-alpha`
2 parents bdddfe2 + 7cd22d4 commit 700148c

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+
# 1.0.0-alpha.0 - 2025-30-01
2+
3+
Alpha 1.0 release - LFG!
4+
5+
- No code changes since `0.4.0`, improvement to the README only [#33](https://github.com/rust-bitcoin/rust-ordered/issues/33).
6+
17
# 0.4.0 - 2024-12-31
28

39
This release makes the `ArbitraryOrd` trait object safe.

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.4.0"
7+
version = "1.0.0-alpha.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.4.0"
7+
version = "1.0.0-alpha.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.4.0"
3+
version = "1.0.0-alpha.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)