Skip to content

Commit 8b3a6a4

Browse files
committed
chore: Update version to 0.3.0 and align changelog with .NET 10 target
1 parent a81b56b commit 8b3a6a4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2026-05-26
9+
10+
### Breaking Changes
11+
- Retargeted the published package and all repo projects from `net9.0` to `net10.0`; consumers must build and run on .NET 10 SDK/runtime or stay on `0.2.x`
12+
13+
### Changed
14+
- Updated the conformance test handler, examples, tests, and documentation to align with the .NET 10 target
15+
- Removed the handler's redundant `System.Text.Json` package reference now that it is provided by the framework target
16+
817
## [0.2.0] - 2026-03-03
918

1019
### Breaking Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library uses [libbitcoinkernel](https://github.com/bitcoin/bitcoin/tree/mas
1010

1111
| Package | Version | Description |
1212
|---------|---------|-------------|
13-
| **BitcoinKernel** | 0.2.0 | Managed wrappers and native bindings |
13+
| **BitcoinKernel** | 0.3.0 | Managed wrappers and native bindings |
1414

1515
```bash
1616
dotnet add package BitcoinKernel

src/BitcoinKernel/BitcoinKernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Metadata -->
1010
<PackageId>BitcoinKernel</PackageId>
11-
<Version>0.2.0</Version>
11+
<Version>0.3.0</Version>
1212
<Authors>JanB84</Authors>
1313
<Description>.NET bindings and managed wrappers for libbitcoinkernel. Provides direct access to Bitcoin Core consensus and validation logic with automatic memory management.</Description>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)