Skip to content

Commit 6d90cf3

Browse files
sgbettclaude
andcommitted
chore: release bsv-sdk v0.10.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0a427b commit 6d90cf3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gem/bsv-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the `bsv-sdk` gem are documented here.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.10.1 — 2026-04-12
9+
10+
### Added
11+
- `arc_status` attribute on `BroadcastError` to distinguish ARC rejection reasons
12+
(double-spend, invalid, malformed) for downstream status mapping
13+
814
## 0.10.0 — 2026-04-11
915

1016
### Added

gem/bsv-sdk/lib/bsv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BSV
4-
VERSION = '0.10.0'
4+
VERSION = '0.10.1'
55
end

0 commit comments

Comments
 (0)