Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 249bb01

Browse files
authored
Add a changelog file (#33)
Make a guess at the first few of releases and add a fleshed out `unreleased` section ready for next release.
2 parents 080ce81 + e008316 commit 249bb01

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# unreleased
2+
3+
- Add support for Bitcoin Core versions `26.1`, `26.2`, `27.0`, and `27.1` [#21](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/21)
4+
- Import `jsonrpc` crate [#19](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/19)
5+
- Bump MSRV to Rust `v1.63.0` [#17](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/17)
6+
- Migrate repo to `github.com/rust-bitcoin` org (from `github.com/tcharding`).
7+
8+
# 0.3 - June 2024
9+
10+
- Switch from implementing `TryFrom` to implementing inherent `into_model` function [#9](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/9)
11+
12+
# 0.2 - June 2024
13+
14+
The first two versions were what was needed to get integration testing
15+
in `rust-miniscript` to be able to use this crate.

0 commit comments

Comments
 (0)