Skip to content

Commit

Permalink
Merge pull request #181 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 24, 2023
2 parents 4820c92 + b046504 commit 5f96249
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"toad": "0.12.1",
"toad-msg": "0.8.6",
"toad-common": "0.11.3",
"toad-macros": "0.2.0"
"toad": "0.12.2",
"toad-msg": "0.8.7",
"toad-common": "0.11.4",
"toad-macros": "0.2.1"
}
7 changes: 7 additions & 0 deletions toad-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/toad-lib/toad/compare/toad-common-v0.11.3...toad-common-v0.11.4) (2023-01-24)


### Bug Fixes

* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793))

### 0.11.3 (2023-01-03)

### 0.11.2 (2022-12-28)
Expand Down
2 changes: 1 addition & 1 deletion toad-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-common"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
description = "Common structs and abstractions used by toad"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
7 changes: 7 additions & 0 deletions toad-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/toad-lib/toad/compare/toad-macros-v0.2.0...toad-macros-v0.2.1) (2023-01-24)


### Bug Fixes

* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793))

## 0.2.0 (2022-10-08)


Expand Down
2 changes: 1 addition & 1 deletion toad-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-macros"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Macros used by toad for boilerplate reduction"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
8 changes: 8 additions & 0 deletions toad-msg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.7](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.6...toad-msg-v0.8.7) (2023-01-24)


### Bug Fixes

* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793))
* testing release-please ([4820c92](https://github.com/toad-lib/toad/commit/4820c92680b48fda5a2382a00ce70abd0d49b3da))

### 0.8.6 (2023-01-24)

### 0.8.5 (2023-01-22)
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.8.6"
version = "0.8.7"
edition = "2021"
description = "Low-level CoAP message parsing & serialization"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
7 changes: 7 additions & 0 deletions toad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2](https://github.com/toad-lib/toad/compare/toad-v0.12.1...toad-v0.12.2) (2023-01-24)


### Bug Fixes

* add existing release-please tags ([0d4bf22](https://github.com/toad-lib/toad/commit/0d4bf22b37ff0e2e1e5a27b79355fe2cfec80793))

### 0.12.1 (2023-01-22)

## 0.12.0 (2022-10-21)
Expand Down
2 changes: 1 addition & 1 deletion toad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
description = "Reliable cross-platform CoAP server runtime"
authors = ["Orion Kindel <[email protected]>"]
Expand Down

0 comments on commit 5f96249

Please sign in to comment.