From 976baaecb8004fe5f581a12ac44d3491f9fdaf96 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Sat, 28 Jan 2023 17:32:55 -0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- toad-msg/CHANGELOG.md | 13 +++++++++++++ toad-msg/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f24453df..dec6a1b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "toad": "0.12.2", - "toad-msg": "0.9.0", + "toad-msg": "0.10.0", "toad-common": "0.11.4", "toad-macros": "0.2.1" } diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index 8364f786..4d24d4ff 100644 --- a/toad-msg/CHANGELOG.md +++ b/toad-msg/CHANGELOG.md @@ -2,6 +2,19 @@ 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.10.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.9.0...toad-msg-v0.10.0) (2023-01-29) + + +### Features + +* add list of well-known option numbers ([25d37a0](https://github.com/toad-lib/toad/commit/25d37a0af923e1825dd0a97d44896b603637f23a)) + + +### Bug Fixes + +* docs, warnings ([5a84560](https://github.com/toad-lib/toad/commit/5a8456007892fbed61116851268c2c7e9352706b)) +* fmt ([8418930](https://github.com/toad-lib/toad/commit/8418930a2b1ca054773c46c189809f4deade1b86)) + ## [0.9.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.13...toad-msg-v0.9.0) (2023-01-27) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index d72d107a..dc9a7856 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.9.0" +version = "0.10.0" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "]