Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 31, 2020
1 parent 1c6c8c1 commit 69daed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-tftp"
version = "0.3.1"
version = "0.3.2"
authors = ["oblique <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 69daed8

Please sign in to comment.