Skip to content

Commit

Permalink
Bump version to 1.0.0-alpha
Browse files Browse the repository at this point in the history
In preparation for release bump the version number, add a changelog
entry, and update the lock files.

This is the alpha release. Explicitly includes deprecated code that will
be deleted in the `1.0` release.

This crate is the first of the so-called 'leaf crates' in
`rust-bitcoin`. Defined as crates we control at the bottom of the
dependency tree of the `bitcoin` crate. I know its supposed to be
dependency graph but then there would be no 'bottom'. There must be a
real term for this?
  • Loading branch information
tcharding committed Jan 29, 2025
1 parent bdddfe2 commit 62484ee
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 @@
# 1.0.0-alpha - 2025-30-01

Alpha 1.0 release - LFG!

- No code changes since `0.4.0`, improvement to the README only [#33](https://github.com/rust-bitcoin/rust-ordered/issues/33).

# 0.4.0 - 2024-12-31

This release makes the `ArbitraryOrd` trait object safe.
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.4.0"
version = "1.0.0-alpha"
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.4.0"
version = "1.0.0-alpha"
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.4.0"
version = "1.0.0-alpha"
authors = ["Tobin C. Harding <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-ordered/"
Expand Down

0 comments on commit 62484ee

Please sign in to comment.