From 090abe33212aa1f9582d7ef22faa2e2634f0316f Mon Sep 17 00:00:00 2001 From: "bitcoindevkit-release-plz[bot]" <327630426+bitcoindevkit-release-plz[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:07:58 +0000 Subject: [PATCH] chore(rust-cktap): release v0.3.0 --- lib/CHANGELOG.md | 22 ++++++++++++++++++++++ lib/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 lib/CHANGELOG.md diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md new file mode 100644 index 0000000..0efae6e --- /dev/null +++ b/lib/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.3.0](https://github.com/bitcoindevkit/rust-cktap/compare/rust-cktap-v0.2.2...rust-cktap-v0.3.0) - 2026-09-11 + +### Fixed + +- preserve card nonce after invalid signature +- counterfeit TAPSIGNER detection +- [**breaking**] increase ChangeError len values to u32 +- [**breaking**] replace usize with u32 or smaller +- [**breaking**] change auth_delay to return u8 + +### Other + +- replace notmandatory with bitcoindevkit diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c0bda38..ac6fc10 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-cktap" -version = "0.2.2" +version = "0.3.0" edition.workspace = true authors.workspace = true license.workspace = true