diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8aba962e..7b95808e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "toad": "0.12.1", - "toad-msg": "0.8.6", - "toad-common": "0.11.3", - "toad-macros": "0.2.0" + "toad": "0.12.2", + "toad-msg": "0.8.7", + "toad-common": "0.11.4", + "toad-macros": "0.2.1" } diff --git a/toad-common/CHANGELOG.md b/toad-common/CHANGELOG.md index d8acebf3..b178eeb7 100644 --- a/toad-common/CHANGELOG.md +++ b/toad-common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.11.4](https://github.com/toad-lib/toad/compare/toad-common-v0.11.3...toad-common-v0.11.4) (2023-01-24) + + +### Bug Fixes + +* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793)) + ### 0.11.3 (2023-01-03) ### 0.11.2 (2022-12-28) diff --git a/toad-common/Cargo.toml b/toad-common/Cargo.toml index 12117f9d..fc558935 100644 --- a/toad-common/Cargo.toml +++ b/toad-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-common" -version = "0.11.3" +version = "0.11.4" edition = "2021" description = "Common structs and abstractions used by toad" authors = ["Orion Kindel "] diff --git a/toad-macros/CHANGELOG.md b/toad-macros/CHANGELOG.md index c9c55eaf..1d0a7335 100644 --- a/toad-macros/CHANGELOG.md +++ b/toad-macros/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.1](https://github.com/toad-lib/toad/compare/toad-macros-v0.2.0...toad-macros-v0.2.1) (2023-01-24) + + +### Bug Fixes + +* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793)) + ## 0.2.0 (2022-10-08) diff --git a/toad-macros/Cargo.toml b/toad-macros/Cargo.toml index 93b8ddf8..d6cc830a 100644 --- a/toad-macros/Cargo.toml +++ b/toad-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-macros" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Macros used by toad for boilerplate reduction" authors = ["Orion Kindel "] diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index f40be2a3..1d07918d 100644 --- a/toad-msg/CHANGELOG.md +++ b/toad-msg/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.7](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.6...toad-msg-v0.8.7) (2023-01-24) + + +### Bug Fixes + +* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793)) +* testing release-please ([4820c92](https://github.com/toad-lib/toad/commit/4820c92680b48fda5a2382a00ce70abd0d49b3da)) + ### 0.8.6 (2023-01-24) ### 0.8.5 (2023-01-22) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index 7e2b7671..6c0c6081 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.8.6" +version = "0.8.7" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "] diff --git a/toad/CHANGELOG.md b/toad/CHANGELOG.md index 069baf64..f66c1949 100644 --- a/toad/CHANGELOG.md +++ b/toad/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.12.2](https://github.com/toad-lib/toad/compare/toad-v0.12.1...toad-v0.12.2) (2023-01-24) + + +### Bug Fixes + +* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793)) + ### 0.12.1 (2023-01-22) ## 0.12.0 (2022-10-21) diff --git a/toad/Cargo.toml b/toad/Cargo.toml index 446fee88..0c06b879 100644 --- a/toad/Cargo.toml +++ b/toad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad" -version = "0.12.1" +version = "0.12.2" edition = "2021" description = "Reliable cross-platform CoAP server runtime" authors = ["Orion Kindel "]