Skip to content

Commit 26f86d4

Browse files
committed
Release 0.3.3
1 parent a953356 commit 26f86d4

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.3] - 2020-09-14
99

1010
### Changed
1111

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

9393

94-
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...HEAD
94+
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.3...HEAD
95+
[0.3.3]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
9596
[0.3.2]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2
9697
[0.3.1]: https://github.com/oblique/async-tftp-rs/compare/0.3.0...0.3.1
9798
[0.3.0]: https://github.com/oblique/async-tftp-rs/compare/0.2.0...0.3.0

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

0 commit comments

Comments
 (0)