Skip to content

Commit

Permalink
Merge pull request #45 from quartiq/release/0.4.0
Browse files Browse the repository at this point in the history
Preparing for 0.4.0 release
  • Loading branch information
jordens authored Jul 21, 2023
2 parents 16b6e4e + 5399072 commit 360ad26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

This document describes the changes to smoltcp-nal between releases.

# [0.4.0] - 2023-07-21

## Added
* Updated to smoltcp 0.10

# [0.3.0]

## Added
* Implemented full UDP socket
* [breaking] Updated to smoltcp 0.10
* [breaking] Updated to smoltcp 0.9

## Changed
* [breaking] embedded-nal updated to 0.7
Expand Down Expand Up @@ -39,7 +44,8 @@ This document describes the changes to smoltcp-nal between releases.
# Version [0.1.0] - 2021-02-17
* Initial library release and publish to crates.io

[Unreleased]: https://github.com/quartiq/smoltcp-nal/compare/0.3.0...HEAD
[Unreleased]: https://github.com/quartiq/smoltcp-nal/compare/0.4.0...HEAD
[0.4.0]: https://github.com/quartiq/smoltcp-nal/tree/0.4.0
[0.3.0]: https://github.com/quartiq/smoltcp-nal/tree/0.3.0
[0.2.1]: https://github.com/quartiq/smoltcp-nal/tree/0.2.1
[0.2.0]: https://github.com/quartiq/smoltcp-nal/tree/0.2.0
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 = "smoltcp-nal"
version = "0.3.0"
version = "0.4.0"
authors = ["Ryan Summers <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 360ad26

Please sign in to comment.