io: Add changelog
In preparation for an initial release; add a changelog file. The version number is already set to `v0.1.0`.
This commit is contained in:
parent
4544f5d3c2
commit
a464ec66a7
|
@ -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