Skip to content

Commit 785ebdf

Browse files
committed
Release 0.4.2
Signed-off-by: Yiannis Marangos <psyberbits@gmail.com>
1 parent da4f0a8 commit 785ebdf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.4.2] - 2025-12-02
11+
12+
### Added
13+
14+
- write_req: Close file after writing [#21](https://github.com/oblique/async-tftp-rs/pull/21)
15+
1016
## [0.4.1] - 2025-10-25
1117

1218
### Changed
@@ -128,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128134
[First release](https://docs.rs/async-tftp/0.1.0)
129135

130136

131-
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.4.1...HEAD
137+
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.4.2...HEAD
138+
[0.4.2]: https://github.com/oblique/async-tftp-rs/compare/0.4.1...0.4.2
132139
[0.4.1]: https://github.com/oblique/async-tftp-rs/compare/0.3.6...0.4.1
133140
[0.3.6]: https://github.com/oblique/async-tftp-rs/compare/0.3.5...0.3.6
134141
[0.3.5]: https://github.com/oblique/async-tftp-rs/compare/0.3.4...0.3.5

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-tftp"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["oblique <psyberbits@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.75"

0 commit comments

Comments
 (0)