File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.3.4] - 2020-12-13
11+
1012### Changed
1113
1214- Upgrade to ` bytes ` 0.6.0
13- - Upgrade to ` nom ` 6.0.0
15+ - Upgrade to ` nom ` 6.0.1
1416- Upgrade other dependencies
1517- Use async-executor instead of FuturesUnordered
1618
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100102[ First release] ( https://docs.rs/async-tftp/0.1.0 )
101103
102104
103- [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.3...HEAD
105+ [ unreleased ] : https://github.com/oblique/async-tftp-rs/compare/0.3.4...HEAD
106+ [ 0.3.4 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
104107[ 0.3.3 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
105108[ 0.3.2 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2
106109[ 0.3.1 ] : https://github.com/oblique/async-tftp-rs/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tftp"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44authors = [
" oblique <[email protected] >" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments