Skip to content

Commit

Permalink
chore: release main (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed May 11, 2023
1 parent f417dd4 commit 8d23f19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"toad-len": "0.1.3",
"toad-macros": "0.2.1",
"toad-map": "0.2.3",
"toad-msg": "0.18.1",
"toad-msg": "0.19.0",
"toad-string": "0.2.0",
"toad-stem": "0.1.0",
"toad-writable": "0.1.1"
Expand Down
7 changes: 7 additions & 0 deletions toad-msg/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.19.0](https://github.com/toad-lib/toad/compare/toad-msg-v0.18.1...toad-msg-v0.19.0) (2023-05-11)


### Features

* bump toad-array ([#347](https://github.com/toad-lib/toad/issues/347)) ([f417dd4](https://github.com/toad-lib/toad/commit/f417dd4e54a652616a10d7601b65c55d99755124))

## [0.18.1](https://github.com/toad-lib/toad/compare/toad-msg-v0.18.0...toad-msg-v0.18.1) (2023-03-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.18.1"
version = "0.19.0"
edition = "2021"
description = "Low-level CoAP message parsing & serialization"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion toad-msg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
//! </details>

// x-release-please-start-version
#![doc(html_root_url = "https://docs.rs/toad-msg/0.18.1")]
#![doc(html_root_url = "https://docs.rs/toad-msg/0.19.0")]
// x-release-please-end
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(test), forbid(missing_debug_implementations, unreachable_pub))]
Expand Down

0 comments on commit 8d23f19

Please sign in to comment.