Skip to content

Commit

Permalink
Merge pull request #234 from rustaceanrob/release-12-4
Browse files Browse the repository at this point in the history
Release `0.6.0`
  • Loading branch information
rustaceanrob authored Dec 4, 2024
2 parents 86e1a0c + 185b787 commit a3b9b36
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.6.0

## Added

- Pass `FeeFilter` to client
- Add Signet and Bitcoin checkpoints

## Changed

- Upgrade `bip324` to `0.6.0`
- Switch to `corepc-node` to start `bitcoind` in CI
- Use `into_payload` in `bitcoin 0.32.5`

## Fixes

- Add check to bits before adjustment
- Remove explicit `serde` feature

## v0.5.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kyoto-cbf"
version = "0.5.0"
version = "0.6.0"
authors = ["Rob <rustaceanrob@protonmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a3b9b36

Please sign in to comment.