Skip to content

Commit 31a7260

Browse files
committed
Add dash to changelog headings
Put a dash between the version number and the date in all the changelog files where it is missing - woops.
1 parent 76b5f8a commit 31a7260

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

bitreq/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.0 2025-10-22
1+
# 0.1.0 - 2025-10-22
22

33
* Fork `minreq`, strip it down, and import it into the `corepc` repo.
44
Rename to `bitreq` while doing so.

client/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 0.10.0 2025-10-07
1+
# 0.10.0 - 2025-10-07
22

33
- Update to use latest `types v0.10.0`.
44

5-
# 0.9.0 2025-09-11
5+
# 0.9.0 - 2025-09-11
66

77
Add support for all the new methods added as part of the `types v0.9.0`
88
release - that means **all** of the documented Core RPC methods.
@@ -11,7 +11,7 @@ release - that means **all** of the documented Core RPC methods.
1111
- Integration test all methods (excl. two that have open issues).
1212
- Add support for Core `v28.2` [#279](https://github.com/rust-bitcoin/corepc/pull/279)
1313

14-
# 0.8.0 2025-05-21
14+
# 0.8.0 - 2025-05-21
1515

1616
- Add support for Bitcoin Core 29.0 [#131](https://github.com/rust-bitcoin/corepc/pull/131)
1717
- Add support for Bitcoin Core 28.1 [#184](https://github.com/rust-bitcoin/corepc/pull/184)
@@ -24,7 +24,7 @@ release - that means **all** of the documented Core RPC methods.
2424
- Implement `verifychain` method and test [#155](https://github.com/rust-bitcoin/corepc/pull/155)
2525
- Implement `getnodeaddresses` method and test [#154](https://github.com/rust-bitcoin/corepc/pull/154)
2626

27-
# 0.7.0 2025-04-04
27+
# 0.7.0 - 2025-04-04
2828

2929
- Fix unloadwallet method [#110](https://github.com/rust-bitcoin/corepc/pull/110)
3030
- Implement methods from the mining section [#106](https://github.com/rust-bitcoin/corepc/pull/106)

node/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 0.10.0 2025-10-07
1+
# 0.10.0 - 2025-10-07
22

33
- Update to use latest `client v0.10.0`.
44

5-
# 0.9.0 2025-09-11
5+
# 0.9.0 - 2025-09-11
66

77
The `types v0.9.0` release adds support for **all** remaining documented
88
Core RPC methods. These are then pickup up in the update of `client`.
@@ -12,19 +12,19 @@ Core RPC methods. These are then pickup up in the update of `client`.
1212
- Fix build on macOS. Only codesign bitcoind if necessary [#309](https://github.com/rust-bitcoin/corepc/pull/309)
1313
- Add support for Core `v28.2` [#279](https://github.com/rust-bitcoin/corepc/pull/279)
1414

15-
# 0.8.0 2025-05-21
15+
# 0.8.0 - 2025-05-21
1616

1717
- Add support for Bitcoin Core 29.0 [#131](https://github.com/rust-bitcoin/corepc/pull/131)
1818
- Add support for Core version 28.1 [#184](https://github.com/rust-bitcoin/corepc/pull/184)
1919
- Add support for Bitcoin Core 0.17.2 [#128](https://github.com/rust-bitcoin/corepc/pull/128)
2020
- Upgrade `zip` in light of RUSTSEC-2020-0071 [#143](https://github.com/rust-bitcoin/corepc/pull/143)
2121
- Drop default features for `zip` [#130](https://github.com/rust-bitcoin/corepc/pull/130)
2222

23-
# 0.7.1 2025-05-05
23+
# 0.7.1 - 2025-05-05
2424

2525
- backport: bump zip in light of RUSTSEC-2020-0071 [#145](https://github.com/rust-bitcoin/corepc/pull/145)
2626

27-
# 0.7.0 2025-04-04
27+
# 0.7.0 - 2025-04-04
2828

2929
- Retry initial client connections [#111](https://github.com/rust-bitcoin/corepc/pull/111)
3030

types/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 0.10.1 2025-10-10
1+
# 0.10.1 - 2025-10-10
22

33
- v24+ should use the correct `GetRawMempoolVerbose` [#381](https://github.com/rust-bitcoin/corepc/pull/381)
44

5-
# 0.10.0 2025-10-07
5+
# 0.10.0 - 2025-10-07
66

77
- Add `ScriptPubKey` model [#370](https://github.com/rust-bitcoin/corepc/pull/370)
88
- Add a feature for `serde` deny unknown fields [#367](https://github.com/rust-bitcoin/corepc/pull/367)
99
- Fix a few of type fields in v24 and v28 fixes [#375](https://github.com/rust-bitcoin/corepc/pull/375)
1010

11-
# 0.9.0 2025-09-11
11+
# 0.9.0 - 2025-09-11
1212

1313
This release is massive, it delivers support for **all** documented Core RPC
1414
methods. It also adds integration testing for all the new ones and many that
@@ -23,7 +23,7 @@ for also shortly, stay tuned.
2323
- Integration test all methods (excl. two that have open issues).
2424
- Add support for Core `v28.2` [#279](https://github.com/rust-bitcoin/corepc/pull/279)
2525

26-
# 0.8.0 2025-05-21
26+
# 0.8.0 - 2025-05-21
2727

2828
- doc: update docs for now explicit download feature flag [#177](https://github.com/rust-bitcoin/corepc/pull/177)
2929
- Implement all v17 util functions [#163](https://github.com/rust-bitcoin/corepc/pull/163)
@@ -37,7 +37,7 @@ for also shortly, stay tuned.
3737
- Change `signmessage` returned signature type [#179](https://github.com/rust-bitcoin/corepc/pull/179)
3838
- Add model for `getnodeaddresses` [#191](https://github.com/rust-bitcoin/corepc/pull/191)
3939

40-
# 0.7.0 2025-04-04
40+
# 0.7.0 - 2025-04-04
4141

4242
- Fix `{create,load}wallet` on `v25` [#108](https://github.com/rust-bitcoin/corepc/pull/108)
4343
- Fix unloadwallet method [#110](https://github.com/rust-bitcoin/corepc/pull/110)

0 commit comments

Comments
 (0)