diff --git a/Cargo.lock b/Cargo.lock index 2b3947a538..f9d9a5fbba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "eip681" -version = "0.0.0" +version = "0.1.0" dependencies = [ "base64", "ens-normalize-rs", diff --git a/components/eip681/CHANGELOG.md b/components/eip681/CHANGELOG.md index efda2fa12d..bd5da272ba 100644 --- a/components/eip681/CHANGELOG.md +++ b/components/eip681/CHANGELOG.md @@ -9,6 +9,8 @@ indicated by the `PLANNED` status in order to make it possible to correctly represent the transitive `semver` implications of changes within the enclosing workspace. -## Unreleased +## [Unreleased] -- Initial commit. +## [0.1.0] - Tue 31 March 2026 + +- Initial release! diff --git a/components/eip681/Cargo.toml b/components/eip681/Cargo.toml index a6a1aa8b76..762b11d6e6 100644 --- a/components/eip681/Cargo.toml +++ b/components/eip681/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "eip681" description = "Parsing functions and data types for Ethereum EIP 681 Payment Request URIs" -version = "0.0.0" +version = "0.1.0" authors = [ - "Schell Scivally " + "Schell Scivally " ] homepage = "https://github.com/zcash/librustzcash" edition.workspace = true