Skip to content

Commit 8f83592

Browse files
author
Ulf Lilleengen
committed
Prepare for 0.2.0 release
1 parent e36975d commit 8f83592

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

embedded-nal-async/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2022-08-03
11+
1012
TcpClient trait for creating shared async TCP/IP stack implementations.
1113
Remove TcpClientStack and TcpFullStack traits.
1214

embedded-nal-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal-async"
3-
version = "0.1.0" # remember to update html_root_url
3+
version = "0.2.0" # remember to update html_root_url
44
authors = [
55
"Ulf Lilleengen <[email protected]>",
66
]

0 commit comments

Comments
 (0)