Skip to content

Commit 4b15b7f

Browse files
tchardingKixunil
authored andcommitted
Prepare the 1.0.0-rc.0 release
In preparation for doing the first 1.0 rc release set the version number, add a changelog entry, and update the lock files. This is a commit made by Tobin Harding with the version changed from `alpha.0` to `rc.0` and extended change log.
1 parent ba658f2 commit 4b15b7f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0-rc.0 - 2025-03-25
2+
3+
- Add two crate level decoding functions (for `Vec` and const generic arrays)
4+
- Rename the error types to convey purpose rather than type they are decoding
5+
- Add `newer-rust-version` feature to enable `core::error::Error`
6+
- Remove everything except the decoding functions and associated error types, so that types can be stabilized quickly
7+
- Prepare the crate for stabilization!!!
8+
19
# 0.3.0 - 2024-09-18
210

311
- Re-implement `HexWriter` [#113](https://github.com/rust-bitcoin/hex-conservative/pull/113)

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "hex-conservative"
7-
version = "0.3.0"
7+
version = "1.0.0-rc.0"
88
dependencies = [
99
"if_rust_version",
1010
]

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "hex-conservative"
7-
version = "0.3.0"
7+
version = "1.0.0-rc.0"
88
dependencies = [
99
"if_rust_version",
1010
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hex-conservative"
3-
version = "0.3.0"
3+
version = "1.0.0-rc.0"
44
authors = ["Martin Habovštiak <[email protected]>", "Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/hex-conservative"

0 commit comments

Comments
 (0)