Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading