We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a427b commit 6d90cf3Copy full SHA for 6d90cf3
gem/bsv-sdk/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to the `bsv-sdk` gem are documented here.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
14
## 0.10.0 — 2026-04-11
15
16
### Added
gem/bsv-sdk/lib/bsv/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module BSV
4
- VERSION = '0.10.0'
+ VERSION = '0.10.1'
end
0 commit comments