From ff2ecbec58204c0574d7d88cd008f4652389ba08 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 22 Aug 2023 17:17:08 +0200 Subject: [PATCH] Prepping for 0.4.1 release --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c679723..14e0c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document describes the changes to smoltcp-nal between releases. -# [Unreleased] +# [0.4.1] - 2023-08-22 ## Added * Added support for `embedded_nal::Dns` traits @@ -49,7 +49,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.4.0...HEAD +[Unreleased]: https://github.com/quartiq/smoltcp-nal/compare/0.4.1...HEAD +[0.4.1]: https://github.com/quartiq/smoltcp-nal/tree/0.4.1 [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 diff --git a/Cargo.toml b/Cargo.toml index 8bf7320..a21de36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoltcp-nal" -version = "0.4.0" +version = "0.4.1" authors = ["Ryan Summers "] edition = "2018" license = "MIT"