Skip to content

Commit f848260

Browse files
committed
Prepare for 0.1.1 release
And a changelog to the top-level crate.
1 parent ff012a0 commit f848260

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoinkernel"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.71.0"
66
authors = ["TheCharlatan <[email protected]>"]
@@ -13,7 +13,7 @@ categories = ["cryptography::cryptocurrencies"]
1313
readme = "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]
1919
hex = "0.4"

libbitcoinkernel-sys/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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.

libbitcoinkernel-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libbitcoinkernel-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["TheCharlatan <[email protected]>"]
66
description = "Raw Rust bindings to libbitcoinkernel"

0 commit comments

Comments
 (0)