Skip to content

Commit 0ba9958

Browse files
committed
Release 0.3.4
1 parent 14707d7 commit 0ba9958

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-tftp"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["oblique <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)