File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.1] - 2025-24-11
11+
12+ ### Fixed
13+ - Updated to latest libbitcoinkernel-sys with cmake packaging include fix.
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoinkernel"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55rust-version = " 1.71.0"
66authors = [
" TheCharlatan <[email protected] >" ]
@@ -13,7 +13,7 @@ categories = ["cryptography::cryptocurrencies"]
1313readme = " README.md"
1414
1515[dependencies ]
16- libbitcoinkernel-sys = { path = " libbitcoinkernel-sys" , version = " 0.1.0 " }
16+ libbitcoinkernel-sys = { path = " libbitcoinkernel-sys" , version = " 0.1.1 " }
1717
1818[dev-dependencies ]
1919hex = " 0.4"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
38## [ Unreleased]
49
10+ ## [ 0.1.1] - 2025-24-11
11+
512### Fixed
613- Precise package excludes to ensure the test/fuzz directory is included
7- correctly.
14+ in the packaged crate correctly.
Original file line number Diff line number Diff line change 11[package ]
22name = " libbitcoinkernel-sys"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55authors = [
" TheCharlatan <[email protected] >" ]
66description = " Raw Rust bindings to libbitcoinkernel"
You can’t perform that action at this time.
0 commit comments