From eb91c1a2f5571e8d090e0faeba43e5dc19b3d66d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:27:48 +0100 Subject: [PATCH] chore: release main (#102) 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 | 4 ++++ lcowsay/Cargo.toml | 4 ++-- lolcow-fortune/CHANGELOG.md | 15 +++++++++++++++ lolcow-fortune/Cargo.toml | 6 +++--- 8 files changed, 38 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 54d1907c..3aee156c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "lcat": "0.7.11", - "lcowsay": "0.5.7", - "lolcow-fortune": "0.1.8" + "lcat": "0.7.12", + "lcowsay": "0.5.8", + "lolcow-fortune": "0.1.9" } diff --git a/Cargo.lock b/Cargo.lock index a20ec60d..b1d9ac69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "lcat" -version = "0.7.11" +version = "0.7.12" dependencies = [ "bstr", "clap", @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "lcowsay" -version = "0.5.7" +version = "0.5.8" dependencies = [ "clap", "hyphenation", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "lolcow-fortune" -version = "0.1.8" +version = "0.1.9" dependencies = [ "attohttpc", "clap", diff --git a/lcat/CHANGELOG.md b/lcat/CHANGELOG.md index d0cb320c..df664416 100644 --- a/lcat/CHANGELOG.md +++ b/lcat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.12](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.11...lcat-v0.7.12) (2022-12-21) + + +### Bug Fixes + +* clippy ([58b77d1](https://github.com/davidkna/lcat-rs/commit/58b77d14d67bdc17bf960b7e083ffca3393a9d26)) + ## [0.7.11](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.10...lcat-v0.7.11) (2022-09-14) diff --git a/lcat/Cargo.toml b/lcat/Cargo.toml index c58b62f9..d9c97107 100644 --- a/lcat/Cargo.toml +++ b/lcat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcat" -version = "0.7.11" +version = "0.7.12" authors = ["David Knaack "] documentation = "https://docs.rs/lcat/" edition = "2021" diff --git a/lcowsay/CHANGELOG.md b/lcowsay/CHANGELOG.md index 95e5564a..43869137 100644 --- a/lcowsay/CHANGELOG.md +++ b/lcowsay/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * lcat bumped from 0.7.11 to 0.7.12 + ## [0.5.7](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.6...lcowsay-v0.5.7) (2022-09-14) diff --git a/lcowsay/Cargo.toml b/lcowsay/Cargo.toml index 4ab8c962..056622ae 100644 --- a/lcowsay/Cargo.toml +++ b/lcowsay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcowsay" -version = "0.5.7" +version = "0.5.8" authors = ["David Knaack "] documentation = "https://docs.rs/lcowsay/" edition = "2021" @@ -28,6 +28,6 @@ textwrap = { version = "0.16.0", features = ["hyphenation"] } unicode-width = "0.1.10" [dependencies.lcat] -version = "0.7.11" +version = "0.7.12" path = "../lcat" optional = true diff --git a/lolcow-fortune/CHANGELOG.md b/lolcow-fortune/CHANGELOG.md index d472076a..b15500d0 100644 --- a/lolcow-fortune/CHANGELOG.md +++ b/lolcow-fortune/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.9](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.8...lolcow-fortune-v0.1.9) (2022-12-21) + + +### Bug Fixes + +* use rustls ([b7504b5](https://github.com/davidkna/lcat-rs/commit/b7504b5d98de4a65cebab519622dc0cda3b6246a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * lcowsay bumped from 0.5.7 to 0.5.8 + * lcat bumped from 0.7.11 to 0.7.12 + ## [0.1.8](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.7...lolcow-fortune-v0.1.8) (2022-09-14) diff --git a/lolcow-fortune/Cargo.toml b/lolcow-fortune/Cargo.toml index ef7fe028..758406c1 100644 --- a/lolcow-fortune/Cargo.toml +++ b/lolcow-fortune/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lolcow-fortune" -version = "0.1.8" +version = "0.1.9" authors = ["David Knaack "] edition = "2021" license = "MIT OR Apache-2.0" @@ -46,11 +46,11 @@ flate2 = { version = "1.0.25", optional = true, default-features = false, featur tar = { version = "0.4.38", optional = true } [dependencies.lcowsay] -version = "0.5.7" +version = "0.5.8" path = "../lcowsay" optional = true [dependencies.lcat] -version = "0.7.11" +version = "0.7.12" path = "../lcat" optional = true