Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Commit

Permalink
[meta] prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 28, 2021
1 parent 9df33b9 commit 93ae039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

## Unreleased
## [0.5.0] - 2021-01-27

### Changed
- Updated to tokio 1.0.
- Updated `quickcheck` to version 1.0. Feature renamed to `quickcheck1`.
- Updated `tokio` to version 1.0. Feature renamed to `tokio1`.

## [0.4.0] - 2020-09-24
### Changed
- Updated to quickcheck 0.9, tokio 0.2 and futures 0.3.

For information about earlier versions, please review the [commit history](https://github.com/facebookincubator/rust-partial-io/commits/main).

[0.5.0]: https://github.com/facebookincubator/rust-partial-io/releases/tag/0.5.0
[0.4.0]: https://github.com/facebookincubator/rust-partial-io/releases/tag/0.4.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "partial-io"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
authors = ["Rain <[email protected]>"]
description = "Helpers to test partial, interrupted and would-block I/O operations."
Expand Down

0 comments on commit 93ae039

Please sign in to comment.