Skip to content

Commit ad9cb07

Browse files
committed
Release 0.3.1
1 parent 2ce31d1 commit ad9cb07

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.1] - 2020-08-22
99

1010
### Improve
1111

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

8080

81-
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.0...HEAD
81+
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...HEAD
82+
[0.3.1]: https://github.com/oblique/async-tftp-rs/compare/0.3.0...0.3.1
8283
[0.3.0]: https://github.com/oblique/async-tftp-rs/compare/0.2.0...0.3.0
8384
[0.2.0]: https://github.com/oblique/async-tftp-rs/compare/0.1.3...0.2.0
8485
[0.1.3]: https://github.com/oblique/async-tftp-rs/compare/0.1.2...0.1.3

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.0"
3+
version = "0.3.1"
44
authors = ["oblique <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)