Skip to content

Commit e3569bd

Browse files
committed
prepare release
1 parent bfb4601 commit e3569bd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.5.2] - 2022-09-27
4+
5+
### Added
6+
7+
- Support for generating random `PartialOp`s using `proptest`.
8+
39
## [0.5.1] - 2022-09-27
410

511
### Changed
@@ -19,6 +25,7 @@
1925

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

28+
[0.5.2]: https://github.com/sunshowers-code/partial-io/releases/tag/0.5.2
2229
[0.5.1]: https://github.com/sunshowers-code/partial-io/releases/tag/0.5.1
2330

2431
<!-- older releases are on the facebookincubator repo -->

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "partial-io"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
authors = ["Rain <[email protected]>"]
66
description = "Helpers to test partial, interrupted and would-block I/O operations."

0 commit comments

Comments
 (0)