Skip to content

Commit

Permalink
bump all versions in prepration for release
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 2, 2023
1 parent 75f1b84 commit ffda2d3
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 27 deletions.
9 changes: 7 additions & 2 deletions dhcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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.6.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

### Fixed
- Fixed server identifier in REQUEST message.

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

[Unreleased]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.5.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.6.0...HEAD
[0.6.0]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.5.0...dhcp%2Fv0.6.0
[0.5.0]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.4.2...dhcp%2Fv0.5.0
[0.4.2]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.4.1...dhcp%2Fv0.4.2
[0.4.1]: https://github.com/newAM/w5500-rs/compare/dhcp%2Fv0.4.0...dhcp%2Fv0.4.1
Expand Down
4 changes: 2 additions & 2 deletions dhcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-dhcp"
version = "0.5.0"
version = "0.6.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -19,7 +19,7 @@ ip_in_core = ["w5500-hl/ip_in_core"]
std = ["w5500-hl/std"]

[dependencies]
w5500-hl = { path = "../hl", version = "0.10.0" }
w5500-hl = { path = "../hl", version = "0.11.0" }
defmt = { version = "0.3.4", optional = true }
log = { version = "0.4", optional = true }

Expand Down
8 changes: 7 additions & 1 deletion dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.4.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.3.0] - 2023-08-06
### Added
- Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature.
Expand All @@ -29,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2022-05-04
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.3.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.4.0...HEAD
[0.4.0]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.3.0...dns%2Fv0.4.0
[0.3.0]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.2.0...dns%2Fv0.3.0
[0.2.0]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.1.1...dns%2Fv0.2.0
[0.1.1]: https://github.com/newAM/w5500-rs/compare/dns%2Fv0.1.0...dns%2Fv0.1.1
Expand Down
4 changes: 2 additions & 2 deletions dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-dns"
version = "0.3.0"
version = "0.4.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -19,7 +19,7 @@ ip_in_core = ["w5500-hl/ip_in_core"]
std = ["w5500-hl/std"]

[dependencies]
w5500-hl = { path = "../hl", version = "0.10.0" }
w5500-hl = { path = "../hl", version = "0.11.0" }
defmt = { version = "0.3.4", optional = true }
log = { version = "0.4", optional = true }

Expand Down
8 changes: 7 additions & 1 deletion hl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

# [0.11.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.10.0] - 2023-08-06
### Added
- Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature.
Expand Down Expand Up @@ -110,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0-alpha.1] - 2021-01-31
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.10.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.11.0...HEAD
[0.11.0]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.10.0...hl%2Fv0.11.0
[0.10.0]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.9.0...hl%2Fv0.10.0
[0.9.0]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.8.0...hl%2Fv0.9.0
[0.8.0]: https://github.com/newAM/w5500-rs/compare/hl%2Fv0.7.1...hl%2Fv0.8.0
Expand Down
6 changes: 3 additions & 3 deletions hl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-hl"
version = "0.10.0"
version = "0.11.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -20,11 +20,11 @@ std = ["w5500-ll/std"]

[dependencies]
defmt = { version = "0.3.4", optional = true }
w5500-ll = { path = "../ll", version = "0.11.0" }
w5500-ll = { path = "../ll", version = "0.12.0" }

[dev-dependencies]
embedded-hal = "=1.0.0-rc.1"
w5500-ll = { path = "../ll", version = "0.11.0", features = ["eh1", "defmt"] }
w5500-ll = { path = "../ll", version = "0.12.0", features = ["eh1", "defmt"] }

[dev-dependencies.ehm]
package = "embedded-hal-mock"
Expand Down
9 changes: 5 additions & 4 deletions ll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +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]
## [0.12.0] - 2023-10-02
### Changed
- Updated the `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated the `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.11.0] - 2023-08-06
### Added
Expand Down Expand Up @@ -180,7 +180,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.11.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.12.0...HEAD
[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
[0.10.3]: https://github.com/newAM/w5500-rs/compare/ll%2Fv0.10.2...ll%2Fv0.10.3
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.11.0"
version = "0.12.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand Down
8 changes: 7 additions & 1 deletion mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.3.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.2.0] - 2023-08-06
### Added
- Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature.
Expand All @@ -27,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2022-05-04
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.2.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.3.0...HEAD
[0.3.0]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.2.0...mqtt%2Fv0.3.0
[0.2.0]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.1.2...mqtt%2Fv0.2.0
[0.1.2]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.1.1...mqtt%2Fv0.1.2
[0.1.1]: https://github.com/newAM/w5500-rs/compare/mqtt%2Fv0.1.0...mqtt%2Fv0.1.1
Expand Down
6 changes: 3 additions & 3 deletions mqtt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-mqtt"
version = "0.2.0"
version = "0.3.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -24,8 +24,8 @@ w5500-tls = ["dep:w5500-tls"]
[dependencies]
defmt = { version = "0.3.4", optional = true }
log = { version = "0.4", optional = true }
w5500-hl = { path = "../hl", version = "0.10.0" }
w5500-tls = { path = "../tls", version = "0.2.0", optional = true }
w5500-hl = { path = "../hl", version = "0.11.0" }
w5500-tls = { path = "../tls", version = "0.3.0", optional = true }

[dev-dependencies]
bytes = "1"
Expand Down
2 changes: 1 addition & 1 deletion regsim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ip_in_core = ["w5500-ll/ip_in_core"]

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

[dev-dependencies]
trust-dns-client = "0.23"
Expand Down
8 changes: 7 additions & 1 deletion sntp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.4.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.3.0] - 2023-08-06
### Added
- Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature.
Expand All @@ -30,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2022-05-03
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.3.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.4.0...HEAD
[0.4.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.3.0...sntp%2Fv0.4.0
[0.3.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.2.0...sntp%2Fv0.3.0
[0.2.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.1.0...sntp%2Fv0.2.0
[0.1.0]: https://github.com/newAM/w5500-rs/releases/tag/sntp%2Fv0.1.0
4 changes: 2 additions & 2 deletions sntp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-sntp"
version = "0.3.0"
version = "0.4.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -27,7 +27,7 @@ defmt = { version = "0.3.4", default-features = false, optional = true }
log = { version = "0.4", default-features = false, optional = true }
num-rational = { version = "0.4", default-features = false, optional = true }
time = { version = "0.3", default-features = false, optional = true }
w5500-hl = { path = "../hl", version = "0.10.0" }
w5500-hl = { path = "../hl", version = "0.11.0" }

[dev-dependencies]
log = "0.4"
Expand Down
8 changes: 7 additions & 1 deletion tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.3.0] - 2023-10-02
### Changed
- Updated `embedded-hal` from `1.0.0-alpha.11` to `1.0.0-rc.1`.
- Updated `embedded-hal-async` from `0.2.0-alpha.2` to `1.0.0-rc.1`.

## [0.2.0] - 2023-08-06
### Added
- Added support for `embedded-hal` version `1.0.0-alpha.11` with the `eh1` feature.
Expand Down Expand Up @@ -32,7 +37,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.2.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.3.0...HEAD
[0.3.0]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.2.0...tls%2Fv0.3.0
[0.2.0]: https://github.com/newAM/w5500-rs/compare/tls%2Fv0.1.3...tls%2Fv0.2.0
[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
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.2.0"
version = "0.3.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand All @@ -19,7 +19,7 @@ ip_in_core = ["w5500-hl/ip_in_core"]
std = ["w5500-hl/std"]

[dependencies]
w5500-hl = { path = "../hl", version = "0.10.0" }
w5500-hl = { path = "../hl", version = "0.11.0" }

cfg-if = "1"
heapless = { version = "0.7", default-features = false }
Expand Down

0 comments on commit ffda2d3

Please sign in to comment.