Skip to content

Commit bc84e84

Browse files
Ulf Lilleengeneldruin
authored andcommitted
Prepare for 0.4.0 release
1 parent d8f82e0 commit bc84e84

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.4.0] - 2023-01-27
11+
1012
- Add traits for UDP
1113

1214
## [0.3.0] - 2022-11-25

embedded-nal-async/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[package]
22
name = "embedded-nal-async"
3-
version = "0.3.0"
4-
authors = [
5-
"Ulf Lilleengen <lulf@redhat.com>",
6-
]
7-
edition = "2018"
3+
version = "0.4.0"
4+
edition = "2021"
85
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
96
license = "MIT OR Apache-2.0"
107
repository = "https://github.com/rust-embedded-community/embedded-nal"

0 commit comments

Comments
 (0)