From 10f2b11ddd127728fcf8ae531d441ad521bcea52 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Sun, 29 Jan 2023 12:27:58 -0700 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 dec6a1b9..463ae18d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "toad": "0.12.2", - "toad-msg": "0.10.0", + "toad-msg": "0.11.0", "toad-common": "0.11.4", "toad-macros": "0.2.1" } diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index 4d24d4ff..e2618002 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.11.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.10.0...toad-msg-v0.11.0) (2023-01-29) + + +### Features + +* **msg:** add known option methods with nice types ([272c5dc](https://github.com/toad-lib/toad/commit/272c5dca5a518d9ac98c8d7242177da2868efbf1)) + ## [0.10.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.9.0...toad-msg-v0.10.0) (2023-01-29) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index dc9a7856..6f587fdf 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.10.0" +version = "0.11.0" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "]