Skip to content

Commit

Permalink
ll: version: 0.10.1 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Apr 10, 2022
1 parent 16ec139 commit c48082e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion dhcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "w5500-dhcp"
version = "0.2.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/newAM/w5500-rs"
license = "MIT"
description = "DHCP client for the Wiznet W5500 internet offload chip."
Expand Down
1 change: 0 additions & 1 deletion hl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "w5500-hl"
version = "0.7.1"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/newAM/w5500-rs"
license = "MIT"
description = "Driver for the Wiznet W5500 internet offload chip."
Expand Down
5 changes: 3 additions & 2 deletions ll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.10.2] - 2022-04-10
### Added
- Added `Sn::iter()` which returns an iterator over all socket numbers.

Expand Down Expand Up @@ -145,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-01-02
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.1...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.2...HEAD
[0.10.2]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.1...ll%2Fv0.10.2
[0.10.1]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.0...ll%2Fv0.10.1
[0.10.0]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.9.0...ll%2Fv0.10.0
[0.9.0]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.8.0...ll%2Fv0.9.0
Expand Down
3 changes: 1 addition & 2 deletions ll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
name = "w5500-ll"
version = "0.10.1"
version = "0.10.2"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/newAM/w5500-rs"
license = "MIT"
description = "Low level driver for the Wiznet W5500 internet offload chip."
Expand Down

0 comments on commit c48082e

Please sign in to comment.