Skip to content

Commit

Permalink
chore: release main (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Feb 20, 2023
1 parent 7c40a08 commit 35988a1
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
@@ -1,6 +1,6 @@
{
"toad": "0.15.0",
"toad-msg": "0.14.0",
"toad-common": "0.14.0",
"toad-common": "0.15.0",
"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.15.0](https://github.com/toad-lib/toad/compare/toad-common-v0.14.0...toad-common-v0.15.0) (2023-02-20)


### Features

* **common:** hashing ([#223](https://github.com/toad-lib/toad/issues/223)) ([7c40a08](https://github.com/toad-lib/toad/commit/7c40a08d832cc0298407e2113f1b16cd920d0417))

## [0.14.0](https://github.com/toad-lib/toad/compare/toad-common-v0.13.0...toad-common-v0.14.0) (2023-02-05)


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.14.0"
version = "0.15.0"
edition = "2021"
description = "Common structs and abstractions used by toad"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion toad-common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Common structs and abstractions used by `toad`

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

0 comments on commit 35988a1

Please sign in to comment.