File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments