Skip to content

Commit

Permalink
ll: 0.12.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 9, 2024
1 parent 9796787 commit fc035e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ eh1 = ["w5500-ll/eh1"]

[dependencies]
defmt = { version = "0.3.8", features = ["ip_in_core"], optional = true }
w5500-ll = { path = "../ll", version = "0.12.0" }
w5500-ll = { path = "../ll", version = "0.13.0" }

[dev-dependencies]
embedded-hal = "1"
w5500-ll = { path = "../ll", version = "0.12.0", features = ["eh1", "defmt"] }
w5500-ll = { path = "../ll", version = "0.13.0", features = ["eh1", "defmt"] }
ehm = { package = "embedded-hal-mock", version = "0.10.0", features = ["eh0", "eh1", "embedded-hal-async"] }

[package.metadata.docs.rs]
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.13.0] - 2024-06-09
### Changed
- Updated `embedded-hal` from `1.0.0-rc.11` to `1`.
- Renamed the `eha0a` feature to `eha1`.
Expand Down Expand Up @@ -192,7 +192,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.12.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.13.0...HEAD
[0.13.0]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.12.0...ll%2Fv0.13.0
[0.12.0]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.11.0...ll%2Fv0.12.0
[0.11.0]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.4...ll%2Fv0.11.0
[0.10.4]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.3...ll%2Fv0.10.4
Expand Down
2 changes: 1 addition & 1 deletion ll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-ll"
version = "0.12.0"
version = "0.13.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand Down
2 changes: 1 addition & 1 deletion regsim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage = "https://github.com/newAM/w5500-rs"

[dependencies]
log = "0.4"
w5500-ll = { path = "../ll", version = "0.12.0" }
w5500-ll = { path = "../ll", version = "0.13.0" }

[dev-dependencies]
trust-dns-client = "0.23"
Expand Down

0 comments on commit fc035e3

Please sign in to comment.