Skip to content

Commit

Permalink
Prepare tokio-uring 0.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jan 9, 2022
1 parent db8fc34 commit 3692f63
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 0.2.0 (January 9th, 2021)

### Fixed
fs: fix error handling related to changes in rustc ([#69])
op: fix 'already borrowed' panic ([#39])

### Added
fs: add fs::remove_file ([#66])
fs: implement Debug for File ([#65])
fs: add remove_dir and unlink ([#63])
buf: impl IoBuf/IoBufMut for bytes::Bytes/BytesMut ([#43])

[#69]: https://github.com/tokio-rs/tokio-uring/pull/69
[#66]: https://github.com/tokio-rs/tokio-uring/pull/66
[#65]: https://github.com/tokio-rs/tokio-uring/pull/65
[#63]: https://github.com/tokio-rs/tokio-uring/pull/63
[#39]: https://github.com/tokio-rs/tokio-uring/pull/39
[#43]: https://github.com/tokio-rs/tokio-uring/pull/43
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "tokio-uring"
version = "0.1.0"
authors = ["Carl Lerche <[email protected]>"]
version = "0.2.0"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/tokio-uring/0.1.0/tokio-uring"
documentation = "https://docs.rs/tokio-uring/0.2.0/tokio-uring"
repository = "https://github.com/tokio-rs/tokio-uring"
homepage = "https://tokio.rs"
description = """
Expand Down

0 comments on commit 3692f63

Please sign in to comment.