Skip to content

Commit

Permalink
Merge pull request #194 from toad-lib/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
cakekindel authored Jan 29, 2023
2 parents fd4cb43 + 976baae commit 74d8ae6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions toad-msg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion toad-msg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 74d8ae6

Please sign in to comment.