Skip to content

Commit 28bb4c1

Browse files
committed
Prepare release of 0.6.0
1 parent 52e6b7c commit 28bb4c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [0.6.0] - 2024-06-30
7+
8+
[0.6.0]: https://github.com/sunsided/async-tempfile-rs/releases/tag/v0.6.0
79

810
### Added
911

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-tempfile"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Automatically deleted async I/O temporary files."
55
documentation = "https://docs.rs/async-tempfile"
66
license = "MIT"

0 commit comments

Comments
 (0)