Skip to content

Commit 40e543f

Browse files
committed
prepare release
1 parent 35e4cac commit 40e543f

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.3] - 2022-09-27
4+
5+
### Updated
6+
7+
- Documentation updates.
8+
39
## [0.5.2] - 2022-09-27
410

511
### Added
@@ -25,6 +31,7 @@
2531

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

34+
[0.5.2]: https://github.com/sunshowers-code/partial-io/releases/tag/0.5.3
2835
[0.5.2]: https://github.com/sunshowers-code/partial-io/releases/tag/0.5.2
2936
[0.5.1]: https://github.com/sunshowers-code/partial-io/releases/tag/0.5.1
3037

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.2"
3+
version = "0.5.3"
44
edition = "2021"
55
authors = ["Rain <[email protected]>"]
66
description = "Helpers to test partial, interrupted and would-block I/O operations, with support for property-based testing through proptest and quickcheck."

0 commit comments

Comments
 (0)