Skip to content

Commit dc2f03d

Browse files
committed
Release 0.3.5
1 parent d3818d8 commit dc2f03d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.3.5] - 2021-01-28
11+
12+
### Changed
13+
14+
- Upgrade to `bytes` 1.0
15+
- Migrate from `async-mutex` to `async-lock`
16+
- Upgdate other dependencies
17+
1018
## [0.3.4] - 2020-12-13
1119

1220
### Changed
@@ -102,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102110
[First release](https://docs.rs/async-tftp/0.1.0)
103111

104112

105-
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.4...HEAD
113+
[unreleased]: https://github.com/oblique/async-tftp-rs/compare/0.3.5...HEAD
114+
[0.3.5]: https://github.com/oblique/async-tftp-rs/compare/0.3.4...0.3.5
106115
[0.3.4]: https://github.com/oblique/async-tftp-rs/compare/0.3.3...0.3.4
107116
[0.3.3]: https://github.com/oblique/async-tftp-rs/compare/0.3.2...0.3.3
108117
[0.3.2]: https://github.com/oblique/async-tftp-rs/compare/0.3.1...0.3.2

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

0 commit comments

Comments
 (0)