From 179fa996dda00fa6ea1de3b1707f1d381057b7ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:51:47 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- toad-msg/CHANGELOG.md | 7 +++++++ toad-msg/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35a8779d..11e6a077 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "toad": "0.12.2", - "toad-msg": "0.8.11", + "toad-msg": "0.8.12", "toad-common": "0.11.4", "toad-macros": "0.2.1" } diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index 2bf9efc1..c4ca401f 100644 --- a/toad-msg/CHANGELOG.md +++ b/toad-msg/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.8.12](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.11...toad-msg-v0.8.12) (2023-01-25) + + +### Bug Fixes + +* release-please ([c61b9c5](https://github.com/toad-lib/toad/commit/c61b9c550046548892981889a43084701c3fc1e0)) + ## [0.8.11](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.10...toad-msg-v0.8.11) (2023-01-25) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index ba0bd55e..72307b9d 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.8.11" +version = "0.8.12" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "]