-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ version = 3 | |
|
||
[[package]] | ||
name = "ordered" | ||
version = "0.4.0" | ||
version = "1.0.0-alpha" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ version = 3 | |
|
||
[[package]] | ||
name = "ordered" | ||
version = "0.4.0" | ||
version = "1.0.0-alpha" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|