Skip to content

Commit ca1f4fb

Browse files
authored
chore: release main (#338)
1 parent bf8924a commit ca1f4fb

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"toad": "0.19.0",
2+
"toad": "0.19.1",
33
"toad-array": "0.5.0",
44
"toad-common": "0.15.0",
55
"toad-cursor": "0.2.0",

toad/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [0.19.1](https://github.com/toad-lib/toad/compare/toad-v0.19.0...toad-v0.19.1) (2023-04-26)
6+
7+
8+
### Bug Fixes
9+
10+
* retry should drop state on RESET ([#337](https://github.com/toad-lib/toad/issues/337)) ([bf8924a](https://github.com/toad-lib/toad/commit/bf8924ae641863a937db3560892e3f125b0824a6))
11+
512
## [0.19.0](https://github.com/toad-lib/toad/compare/toad-v0.18.0...toad-v0.19.0) (2023-04-26)
613

714

toad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toad"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2021"
55
description = "Universal implementation of the CoAP networking protocol"
66
authors = ["Orion Kindel <cakekindel@gmail.com>"]

toad/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! - 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.
2525
2626
// x-release-please-start-version
27-
#![doc(html_root_url = "https://docs.rs/toad/0.19.0")]
27+
#![doc(html_root_url = "https://docs.rs/toad/0.19.1")]
2828
// x-release-please-end
2929
#![cfg_attr(any(docsrs, feature = "docs"), feature(doc_cfg))]
3030
// -

0 commit comments

Comments
 (0)