File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.4.1] - 2025-10-25
11+
1012### Changed
1113
1214- Add support for windowsize option (RFC 7440) ([ #17 ] ( https://github.com/oblique/async-tftp-rs/pull/17 ) )
@@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126128[ First release] ( https://docs.rs/async-tftp/0.1.0 )
127129
128130
129- [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.6...HEAD
131+ [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.4.1...HEAD
132+ [ 0.4.1 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.6...0.4.1
130133[ 0.3.6 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.5...0.3.6
131134[ 0.3.5 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.4...0.3.5
132135[ 0.3.4 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tftp"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [" oblique <psyberbits@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.75"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add in `Cargo.toml`:
4646
4747``` toml
4848[dependencies ]
49- async-tftp = " 0.3 "
49+ async-tftp = " 0.4 "
5050# or any other runtime/executor
5151tokio = { version = " 1" , features = [" rt-multi-thread" , " macros" ] }
5252```
Original file line number Diff line number Diff line change 4040//!
4141//! ```toml
4242//! [dependencies]
43- //! async-tftp = "0.3 "
43+ //! async-tftp = "0.4 "
4444//! # or any other runtime/executor
4545//! tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
4646//! ```
You can’t perform that action at this time.
0 commit comments