Skip to content

Commit b00bd50

Browse files
committed
Merge #46: Add release notes: v0.19.0-0.4.0
b4d595a Add release notes: v0.19.0-0.4.0 (Tobin C. Harding) Pull request description: Add changelog entry / release notes for the upcoming release. My first attempt at doing so, if you are happy with this @apoelstra we can probably release after this merges? ACKs for top commit: apoelstra: utACK b4d595a Tree-SHA512: 923a95b069f911b645513ea30df3878d38456dfdb203afdba241896a96f2778bc6e3a2069910d3d4ffaef00fc39d2553f2ff64a2b02d6a63526e0729bcc93a90
2 parents 435486f + b4d595a commit b00bd50

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1+
## v0.19.0-0.4.0
12

3+
The major change in this version is the Minimum Supported Rust Version (MSRV) bump, we now support
4+
an MSRV of 1.41.1, along with this change we moved to using a new version number format:
5+
<bitcoin-core-version>-<lib-version>. This is valid semantic versioning and implies we are pre-1.0
6+
still.
7+
8+
You can now use `Error` in a more ergonomic manner because we implemented `std::error::Error`. We
9+
found and fixed an off by one error in the activation height values we were matching against. We
10+
moved away from using AppVeyor for continuous integration and now use GitHub actions.
11+
12+
You can check out the following pull requests for more information:
13+
14+
- Bump MSRV and enable edition 2018 [#34](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/34)
15+
- Changed format of version number to <bitcoin-core-version>-<this-lib-version>
16+
- Fix activation heights [#30](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/30)
17+
- Moved to GitHub actions instead of AppVeyor for CI [#38](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/38)
18+
- Implement `std::error::Error` for `Error` [#45](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/45)
19+
- Documentation improvements [#35](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/35/commits)
20+
21+
Enjoy!
222

323
## v0.19.0-2
424

0 commit comments

Comments
 (0)