File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.3.6] - 2022-12-16
11+
12+ ### Changed
13+
1014- Send responses and errors from the bind address [ #14 ] ( https://github.com/oblique/async-tftp-rs/pull/14 )
1115- Upgrade dependencies
1216
@@ -113,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113117[ First release] ( https://docs.rs/async-tftp/0.1.0 )
114118
115119
116- [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.5...HEAD
120+ [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.6...HEAD
121+ [ 0.3.6 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.5...0.3.6
117122[ 0.3.5 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.4...0.3.5
118123[ 0.3.4 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
119124[ 0.3.3 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tftp"
3- version = " 0.3.5 "
3+ version = " 0.3.6 "
44authors = [" oblique <psyberbits@gmail.com>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments