From 86419decc2a3db731ea0ecb9fdfecda1a036dd7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 00:14:02 +0200 Subject: [PATCH] chore: release main (#83) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 6 +++--- Cargo.lock | 6 +++--- lcat/CHANGELOG.md | 7 +++++++ lcat/Cargo.toml | 2 +- lcowsay/CHANGELOG.md | 14 ++++++++++++++ lcowsay/Cargo.toml | 4 ++-- lolcow-fortune/CHANGELOG.md | 15 +++++++++++++++ lolcow-fortune/Cargo.toml | 6 +++--- 8 files changed, 48 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b78eda57..640d84d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "lcat": "0.7.8", - "lcowsay": "0.5.4", - "lolcow-fortune": "0.1.5" + "lcat": "0.7.9", + "lcowsay": "0.5.5", + "lolcow-fortune": "0.1.6" } diff --git a/Cargo.lock b/Cargo.lock index 5aef7359..139c6b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,7 +483,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lcat" -version = "0.7.8" +version = "0.7.9" dependencies = [ "bstr", "clap", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "lcowsay" -version = "0.5.4" +version = "0.5.5" dependencies = [ "clap", "hyphenation", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "lolcow-fortune" -version = "0.1.5" +version = "0.1.6" dependencies = [ "attohttpc", "clap", diff --git a/lcat/CHANGELOG.md b/lcat/CHANGELOG.md index d67be0e9..991c97fa 100644 --- a/lcat/CHANGELOG.md +++ b/lcat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.7.9](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.8...lcat-v0.7.9) (2022-04-16) + + +### Bug Fixes + +* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f)) + ### [0.7.8](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.7...lcat-v0.7.8) (2022-04-16) diff --git a/lcat/Cargo.toml b/lcat/Cargo.toml index edf5d0a0..aee4297f 100644 --- a/lcat/Cargo.toml +++ b/lcat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcat" -version = "0.7.8" +version = "0.7.9" authors = ["David Knaack "] documentation = "https://docs.rs/lcat/" edition = "2021" diff --git a/lcowsay/CHANGELOG.md b/lcowsay/CHANGELOG.md index f6df354a..99eb95b7 100644 --- a/lcowsay/CHANGELOG.md +++ b/lcowsay/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [0.5.5](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.4...lcowsay-v0.5.5) (2022-04-16) + + +### Bug Fixes + +* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * lcat bumped from 0.7.8 to 0.7.9 + ### [0.5.4](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.3...lcowsay-v0.5.4) (2022-04-16) diff --git a/lcowsay/Cargo.toml b/lcowsay/Cargo.toml index 8d4500ad..15b748a7 100644 --- a/lcowsay/Cargo.toml +++ b/lcowsay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcowsay" -version = "0.5.4" +version = "0.5.5" authors = ["David Knaack "] documentation = "https://docs.rs/lcowsay/" edition = "2021" @@ -28,6 +28,6 @@ textwrap = { version = "0.15.0", features = ["hyphenation"] } unicode-width = "0.1.9" [dependencies.lcat] -version = "0.7.8" +version = "0.7.9" path = "../lcat" optional = true diff --git a/lolcow-fortune/CHANGELOG.md b/lolcow-fortune/CHANGELOG.md index c45a8062..b49450a4 100644 --- a/lolcow-fortune/CHANGELOG.md +++ b/lolcow-fortune/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +### [0.1.6](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.5...lolcow-fortune-v0.1.6) (2022-04-16) + + +### Bug Fixes + +* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * lcowsay bumped from 0.5.4 to 0.5.5 + * lcat bumped from 0.7.8 to 0.7.9 + ### [0.1.5](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.4...lolcow-fortune-v0.1.5) (2022-04-16) diff --git a/lolcow-fortune/Cargo.toml b/lolcow-fortune/Cargo.toml index 62b8e2fb..4deb5712 100644 --- a/lolcow-fortune/Cargo.toml +++ b/lolcow-fortune/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lolcow-fortune" -version = "0.1.5" +version = "0.1.6" authors = ["David Knaack "] edition = "2021" license = "MIT OR Apache-2.0" @@ -46,11 +46,11 @@ flate2 = { version = "1.0.23", optional = true, default-features = false, featur tar = { version = "0.4.38", optional = true } [dependencies.lcowsay] -version = "0.5.4" +version = "0.5.5" path = "../lcowsay" optional = true [dependencies.lcat] -version = "0.7.8" +version = "0.7.9" path = "../lcat" optional = true