Skip to content

Commit

Permalink
chore: release main (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Apr 26, 2023
1 parent 74e59a1 commit 932b168
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"toad": "0.18.0",
"toad": "0.19.0",
"toad-array": "0.5.0",
"toad-common": "0.15.0",
"toad-cursor": "0.2.0",
Expand Down
12 changes: 12 additions & 0 deletions toad/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.19.0](https://github.com/toad-lib/toad/compare/toad-v0.18.0...toad-v0.19.0) (2023-04-26)


### Features

* logging in provisionids, provisiontokens ([#335](https://github.com/toad-lib/toad/issues/335)) ([74e59a1](https://github.com/toad-lib/toad/commit/74e59a1418c55a482ce9f2275e706271a42fe898))


### Bug Fixes

* retry logging + tests rework ([#334](https://github.com/toad-lib/toad/issues/334)) ([22804e5](https://github.com/toad-lib/toad/commit/22804e59db8c798e7bf17e47cca94dcdbe552f06))

## [0.18.0](https://github.com/toad-lib/toad/compare/toad-v0.17.7...toad-v0.18.0) (2023-04-24)


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.18.0"
version = "0.19.0"
edition = "2021"
description = "Universal implementation of the CoAP networking protocol"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion toad/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! - While _classes_ of status codes are the same (Success 2xx -> 2.xx, Client error 4xx -> 4.xx, Server error 5xx -> 5.xx), the semantics of the individual response codes differ.

// x-release-please-start-version
#![doc(html_root_url = "https://docs.rs/toad/0.18.0")]
#![doc(html_root_url = "https://docs.rs/toad/0.19.0")]
// x-release-please-end
#![cfg_attr(any(docsrs, feature = "docs"), feature(doc_cfg))]
// -
Expand Down

0 comments on commit 932b168

Please sign in to comment.