File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.3.5] - 2021-01-28
11+
12+ ### Changed
13+
14+ - Upgrade to ` bytes ` 1.0
15+ - Migrate from ` async-mutex ` to ` async-lock `
16+ - Upgdate other dependencies
17+
1018## [ 0.3.4] - 2020-12-13
1119
1220### Changed
@@ -102,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102110[ First release] ( https://docs.rs/async-tftp/0.1.0 )
103111
104112
105- [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.4...HEAD
113+ [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.5...HEAD
114+ [ 0.3.5 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.4...0.3.5
106115[ 0.3.4 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
107116[ 0.3.3 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
108117[ 0.3.2 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tftp"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44authors = [
" oblique <[email protected] >" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments