Skip to content

Commit

Permalink
tls: p256-cm4 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Aug 7, 2022
1 parent b90f8b9 commit 723e99b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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]
### Changed
- Updated `w5500-tls` from `0.1.2` to `0.1.3`.

## [0.1.2] - 2022-08-01
### Added
- Added a `p256-cm4` feature passthrough to `w5500-tls`.
Expand Down
2 changes: 1 addition & 1 deletion mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ p256-cm4 = ["w5500-tls?/p256-cm4"]
defmt = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
w5500-hl = { path = "../hl", version = "0.9.0" }
w5500-tls = { path = "../tls", version = "0.1.2", optional = true }
w5500-tls = { path = "../tls", version = "0.1.3", optional = true }

[dev-dependencies]
bytes = "1"
Expand Down
7 changes: 4 additions & 3 deletions tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.1.3] - 2022-08-07
### Changed
- Updated `p256-cm4` from `0.1.1` to `0.2.0`.
- Updated `p256-cm4` from `0.1.1` to `0.3.0`.

## [0.1.2] - 2022-08-01
### Added
Expand All @@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0-alpha.1] - 2022-05-04
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.2...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.3...HEAD
[0.1.3]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.2...tls%2Fv0.1.3
[0.1.2]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.1...tls%2Fv0.1.2
[0.1.1]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.0...tls%2Fv0.1.1
[0.1.0]: https://github.com/newAM/w5500-rs/releases/tag/tls%2Fv0.1.0-alpha.1...tls%2Fv0.1.0
Expand Down
4 changes: 2 additions & 2 deletions tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-tls"
version = "0.1.2"
version = "0.1.3"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand Down Expand Up @@ -31,7 +31,7 @@ subtle = { version = "2", default-features = false }
# optional
defmt = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
p256-cm4 = { version = "0.2", optional = true }
p256-cm4 = { version = "0.3", optional = true }

[dev-dependencies]
bytes = "1"
Expand Down

0 comments on commit 723e99b

Please sign in to comment.