Skip to content

Commit

Permalink
Merge pull request #199 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 31, 2023
2 parents ace3df0 + bba7e3c commit 2b2595b
Show file tree
Hide file tree
Showing 3 changed files with 14 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.11.0",
"toad-msg": "0.12.0",
"toad-common": "0.11.4",
"toad-macros": "0.2.1"
}
12 changes: 12 additions & 0 deletions toad-msg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.11.0...toad-msg-v0.12.0) (2023-01-31)


### Features

* add trait for getting & setting options ([bd7e8a7](https://github.com/toad-lib/toad/commit/bd7e8a7446c77c6c1a01b2e563c4de7af0f17c8b))


### Performance Improvements

* benches ([9df2c1e](https://github.com/toad-lib/toad/commit/9df2c1e474c606fcd28e66fc2751a97e2c72861e))

## [0.11.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.10.0...toad-msg-v0.11.0) (2023-01-29)


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.11.0"
version = "0.12.0"
edition = "2021"
description = "Low-level CoAP message parsing & serialization"
authors = ["Orion Kindel <[email protected]>"]
Expand Down

0 comments on commit 2b2595b

Please sign in to comment.