Fix 0.7.1 release date

master
Dario Nieuwenhuis 2021-03-27 15:02:11 +01:00
parent 201d58f232
commit b1ea7dd6af
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `managed` from 0.7 to 0.8 ([442](https://github.com/smoltcp-rs/smoltcp/pull/442))
## [0.7.1] - 2021-03-25
## [0.7.1] - 2021-03-27
- ndisc: Fix NeighborSolicit incorrectly asking for src addr instead of dst addr ([419](https://github.com/smoltcp-rs/smoltcp/pull/419))
- dhcpv4: respect lease time from the server instead of renewing every 60 seconds. ([437](https://github.com/smoltcp-rs/smoltcp/pull/437))