Skip to content

Commit

Permalink
Prepare the 1.0.0-alpha.0 release
Browse files Browse the repository at this point in the history
In preparation for doing the first 1.0 alpha release set the version
number, add a changelog entry, and update the lock files.
  • Loading branch information
tcharding committed Feb 26, 2025
1 parent 2e1c39c commit 4bbf256
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0-alpha.0 - 2025-02-27

- Add two crate level decoding functions (for `Vec` and const generic arrays)
- Remove everything except the decoding functions and associated error types

# 0.3.0 - 2024-09-18

- Re-implement `HexWriter` [#113](https://github.com/rust-bitcoin/hex-conservative/pull/113)
Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 3

[[package]]
name = "hex-conservative"
version = "0.3.0"
version = "1.0.0-alpha.0"

[[package]]
name = "hex-fuzz"
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 3

[[package]]
name = "hex-conservative"
version = "0.3.0"
version = "1.0.0-alpha.0"

[[package]]
name = "hex-fuzz"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hex-conservative"
version = "0.3.0"
version = "1.0.0-alpha.0"
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>", "Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/hex-conservative"
Expand Down

0 comments on commit 4bbf256

Please sign in to comment.