Skip to content

Commit b7e3cad

Browse files
committed
Finish 0.5.0
1 parent e18cfb7 commit b7e3cad

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.5.0] - 2023-12-06
77

88
### Changed
99

@@ -15,7 +15,7 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1515

1616
- Some unnecessary heap allocations were removed.
1717

18-
## 0.4.0 - 2023-06-16
18+
## [0.4.0] - 2023-06-16
1919

2020
### Added
2121

@@ -44,3 +44,6 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4444
### Internal
4545

4646
- 🎉 Initial release.
47+
48+
[0.5.0]: https://github.com/sunsided/async-tempfile-rs/releases/tag/0.5.0
49+
[0.4.0]: https://github.com/sunsided/async-tempfile-rs/releases/tag/0.4.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "async-tempfile"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Automatically deleted async I/O temporary files."
5-
documentation = "https://docs.rs/async-tempfile/latest/async_tempfile/"
5+
documentation = "https://docs.rs/async-tempfile"
66
license = "MIT"
77
authors = ["Markus Mayer"]
88
repository = "https://github.com/sunsided/async-tempfile-rs"

0 commit comments

Comments
 (0)