Skip to content

Commit 69daed8

Browse files
committed
Release 0.3.2
1 parent 1c6c8c1 commit 69daed8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.3.2] - 2020-08-31
99

1010
### Changed
1111

@@ -85,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8585
[First release](https://docs.rs/async-tftp/0.1.0)
8686

8787

88-
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...HEAD
88+
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...HEAD
89+
[0.3.2]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2
8990
[0.3.1]: https://github.com/oblique/async-tftp-rs/compare/0.3.0...0.3.1
9091
[0.3.0]: https://github.com/oblique/async-tftp-rs/compare/0.2.0...0.3.0
9192
[0.2.0]: https://github.com/oblique/async-tftp-rs/compare/0.1.3...0.2.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-tftp"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["oblique <psyberbits@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)