Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 0.5.1 release #51

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.5.0"
version = "0.5.1"
authors = ["Ryan Summers <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
Loading