Skip to content

Commit

Permalink
chore: release main (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Apr 24, 2023
1 parent 1222b14 commit 39b36c7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"toad": "0.17.6",
"toad": "0.17.7",
"toad-array": "0.5.0",
"toad-common": "0.15.0",
"toad-cursor": "0.2.0",
"toad-hash": "0.3.0",
"toad-jni": "0.14.1",
"toad-jni": "0.15.0",
"toad-len": "0.1.3",
"toad-macros": "0.2.1",
"toad-map": "0.2.3",
Expand Down
12 changes: 12 additions & 0 deletions toad-jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.15.0](https://github.com/toad-lib/toad/compare/toad-jni-v0.14.1...toad-jni-v0.15.0) (2023-04-24)


### Features

* java.util.logging.Formatter ([#329](https://github.com/toad-lib/toad/issues/329)) ([1222b14](https://github.com/toad-lib/toad/commit/1222b14631f2d6f857a8f53b56a82ca087d41de4))


### Bug Fixes

* handleAcks should log expected tokens when ignoring an ack ([#328](https://github.com/toad-lib/toad/issues/328)) ([0846759](https://github.com/toad-lib/toad/commit/084675940b1dedcdd31d31d099324ca14328cc64))

## [0.14.1](https://github.com/toad-lib/toad/compare/toad-jni-v0.14.0...toad-jni-v0.14.1) (2023-04-21)


Expand Down
2 changes: 1 addition & 1 deletion toad-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-jni"
version = "0.14.1"
version = "0.15.0"
edition = "2021"
description = "JNI abstractions and bindings used by the toad ecosystem"
authors = ["Orion Kindel <cakekindel@gmail.com>"]
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.17.7](https://github.com/toad-lib/toad/compare/toad-v0.17.6...toad-v0.17.7) (2023-04-24)


### Bug Fixes

* handleAcks should log expected tokens when ignoring an ack ([#328](https://github.com/toad-lib/toad/issues/328)) ([0846759](https://github.com/toad-lib/toad/commit/084675940b1dedcdd31d31d099324ca14328cc64))

## [0.17.6](https://github.com/toad-lib/toad/compare/toad-v0.17.5...toad-v0.17.6) (2023-04-23)


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.17.6"
version = "0.17.7"
edition = "2021"
description = "Universal implementation of the CoAP networking protocol"
authors = ["Orion Kindel <cakekindel@gmail.com>"]
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.17.6")]
#![doc(html_root_url = "https://docs.rs/toad/0.17.7")]
// x-release-please-end
#![cfg_attr(any(docsrs, feature = "docs"), feature(doc_cfg))]
// -
Expand Down

0 comments on commit 39b36c7

Please sign in to comment.