From 290695c9225ccf437dd577d959962de2882a91f8 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 21 Jun 2024 18:20:48 +0200 Subject: [PATCH] Preparing for 0.5.1 release --- CHANGELOG.md | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017e436..c4b28b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document describes the changes to smoltcp-nal between releases. -# Unreleased +# [0.5.1] - 2024-06-21 ## Fixed * Fixed an issue where attempting to open sockets before DHCP was completed wwould result in an @@ -61,8 +61,9 @@ internal panic. # Version [0.1.0] - 2021-02-17 * Initial library release and publish to crates.io -[Unreleased]: https://github.com/quartiq/smoltcp-nal/compare/0.5.0...HEAD -[0.5.0]: https://github.com/quartiq/smoltcp-nal/tree/0.4.1 +[Unreleased]: https://github.com/quartiq/smoltcp-nal/compare/0.5.1...HEAD +[0.5.1]: https://github.com/quartiq/smoltcp-nal/tree/0.5.1 +[0.5.0]: https://github.com/quartiq/smoltcp-nal/tree/0.5.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 6f817e2..cd55341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoltcp-nal" -version = "0.5.0" +version = "0.5.1" authors = ["Ryan Summers "] edition = "2018" license = "MIT"