From 69daed89e2df30bd3a8e2483f01bf21d260d47fa Mon Sep 17 00:00:00 2001 From: oblique Date: Mon, 31 Aug 2020 18:34:43 +0300 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9bc83..93c7df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.3.2] - 2020-08-31 ### Changed @@ -85,7 +85,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.1...HEAD +[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...HEAD +[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 [0.3.0]: https://github.com/oblique/async-tftp-rs/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/oblique/async-tftp-rs/compare/0.1.3...0.2.0 diff --git a/Cargo.toml b/Cargo.toml index b796660..fb281b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-tftp" -version = "0.3.1" +version = "0.3.2" authors = ["oblique "] edition = "2018" license = "MIT"