We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e6b7c commit 28bb4c1Copy full SHA for 28bb4c1
CHANGELOG.md
@@ -3,7 +3,9 @@
3
All notable changes to this project will be documented in this file.
4
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
-## Unreleased
+## [0.6.0] - 2024-06-30
7
+
8
+[0.6.0]: https://github.com/sunsided/async-tempfile-rs/releases/tag/v0.6.0
9
10
### Added
11
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-tempfile"
-version = "0.5.0"
+version = "0.6.0"
description = "Automatically deleted async I/O temporary files."
documentation = "https://docs.rs/async-tempfile"
license = "MIT"
0 commit comments