From 0ba99586e2ce1908a0166623fca98fb5dcbe9383 Mon Sep 17 00:00:00 2001 From: oblique Date: Sun, 13 Dec 2020 00:56:09 +0200 Subject: [PATCH] Release 0.3.4 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d613678..a9a9fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.3.4] - 2020-12-13 + ### Changed - Upgrade to `bytes` 0.6.0 -- Upgrade to `nom` 6.0.0 +- Upgrade to `nom` 6.0.1 - Upgrade other dependencies - Use async-executor instead of FuturesUnordered @@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [First release](https://docs.rs/async-tftp/0.1.0) -[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.3...HEAD +[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.4...HEAD +[0.3.4]: https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/oblique/async-tftp-rs/compare/0.3.0...0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 955ff94..51301a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-tftp" -version = "0.3.3" +version = "0.3.4" authors = ["oblique "] edition = "2018" license = "MIT"