File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tftp"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44authors = [" oblique <psyberbits@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.75"
You can’t perform that action at this time.
0 commit comments