Merge rust-bitcoin/rust-bitcoin#2441: Release tracking PR: `io v0.1.0`
a464ec66a7
io: Add changelog (Tobin C. Harding) Pull request description: In preparation for an initial release; add a changelog file. The version number is already set to `v0.1.0`. ACKs for top commit: apoelstra: ACKa464ec66a7
woohoo Kixunil: ACKa464ec66a7
Tree-SHA512: 87cacbb4b615d57d9e0038a5e1b3f8f840641408b014d7592af25d47104f7e77d515bba77bb97623e419d99557589ead1c7457207340bc4e8a89cbe972d8aecb
This commit is contained in:
commit
422404f644
|
@ -0,0 +1,17 @@
|
||||||
|
# 0.1.0 - 2024-02-13
|
||||||
|
|
||||||
|
Initial release of the `io` crate. Includes the following traits:
|
||||||
|
|
||||||
|
- `Read`
|
||||||
|
- `BufRead`
|
||||||
|
- `Write`
|
||||||
|
|
||||||
|
And types:
|
||||||
|
|
||||||
|
- `Result`
|
||||||
|
- `Error`
|
||||||
|
- `ErrorKind`
|
||||||
|
- `Take`
|
||||||
|
- `Cursor`
|
||||||
|
- `Sink`
|
||||||
|
|
Loading…
Reference in New Issue