2024-03-14 04:22:01 +00:00
|
|
|
# 0.1.2 - 2024-03-14
|
|
|
|
|
|
|
|
* Implement `From<core::convert::Infallible>` for Errors [#2516](https://github.com/rust-bitcoin/rust-bitcoin/pull/2516)
|
|
|
|
* Fix new CI build warnings [#2488](https://github.com/rust-bitcoin/rust-bitcoin/pull/2488)
|
|
|
|
|
2024-02-17 22:39:28 +00:00
|
|
|
# 0.1.1 - Initial Release - 2024-02-18
|
2024-01-07 23:56:52 +00:00
|
|
|
|
|
|
|
Create the `io` crate, add basic I/O traits, types, and implementations.
|
|
|
|
|
|
|
|
Traits:
|
|
|
|
|
|
|
|
- `Read`
|
|
|
|
- `BufRead`
|
|
|
|
- `Write`
|
|
|
|
|
|
|
|
Types:
|
|
|
|
|
|
|
|
- `Take`
|
|
|
|
- `Cursor`
|
|
|
|
- `Sink`
|
2024-02-17 22:39:28 +00:00
|
|
|
|
|
|
|
# 0.1.0 - Placeholder release
|
|
|
|
|
|
|
|
Empty crate to reserve the name on crates.io
|