Skip to content

Commit

Permalink
Preparing for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Dec 13, 2021
1 parent fe766c9 commit 207dd34
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@

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

# Unreleased
# [Unreleased]

# [0.2.0] - 2021-12-13

## Added
* Added a reset API to close all sockets and reset DHCP whenever a link is lost. Updated DHCP to
close sockets if local address changes.
* Upgraded to 0.6.1 of heapless to address security vulnerability
* Adding support for DHCP IP assignment and management.
* Fixed multiple bugs causing mismatch between ports in used_sockets and actual ports used by
sockets
* Updating `embedded-nal` to 0.6
* Added UDP client support
* Updated `nanorand` to 0.6
* Added polling via an `embedded_time::Clock`
* Added `shared-stack` feature for the new `shared` module
* Updated to `smoltcp` version 0.8

## Version 0.1.0
Version 0.1.0 was published on 2021-02-17
## Fixed
* Fixed multiple bugs causing mismatch between ports in used_sockets and actual ports used by
sockets
* Upgraded to 0.6.1 of heapless to address security vulnerability
* Updated `nanorand` to 0.6
* Updating `embedded-nal` to 0.6
* Updated to `smoltcp` version 0.8

# Version [0.1.0] - 2021-02-17
* Initial library release and publish to crates.io

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

0 comments on commit 207dd34

Please sign in to comment.