Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Dec 12, 2020
1 parent 14707d7 commit 0ba9958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.3.4] - 2020-12-13

### Changed

- Upgrade to `bytes` 0.6.0
- Upgrade to `nom` 6.0.0
- Upgrade to `nom` 6.0.1
- Upgrade other dependencies
- Use async-executor instead of FuturesUnordered

Expand Down Expand Up @@ -100,7 +102,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.3...HEAD
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.4...HEAD
[0.3.4]: https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
[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
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.3"
version = "0.3.4"
authors = ["oblique <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 0ba9958

Please sign in to comment.