From c92a11da3b906f782e6b4ae1114c2468f4a93a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:01:31 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- lcat/CHANGELOG.md | 22 ++++++++++++++++++++++ lcat/Cargo.toml | 2 +- lcowsay/CHANGELOG.md | 13 +++++++++++++ lcowsay/Cargo.toml | 4 ++-- lolcow-fortune/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ lolcow-fortune/Cargo.toml | 6 +++--- 7 files changed, 80 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a3e11c..84f7109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "lcat" -version = "0.7.14" +version = "0.7.15" dependencies = [ "bstr", "clap", @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "lcowsay" -version = "0.5.10" +version = "0.5.11" dependencies = [ "clap", "hyphenation", @@ -661,7 +661,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lolcow-fortune" -version = "0.1.11" +version = "0.1.12" dependencies = [ "clap", "deku", diff --git a/lcat/CHANGELOG.md b/lcat/CHANGELOG.md index 564482c..6eb9133 100644 --- a/lcat/CHANGELOG.md +++ b/lcat/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.7.15](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.14...lcat-v0.7.15) - 2024-12-09 + +### Added + +- *(lcat)* colorize `--help` (#152) + +### Other + +- *(deps)* update rust crate fastrand to 2.3.0 +- *(deps)* update rust crate clap to 4.5.23 +- *(deps)* update rust crate clap to 4.5.22 +- *(deps)* update rust crate bstr to 1.11.0 +- *(deps)* update rust crate clap to 4.5.21 +- *(deps)* update rust crate fastrand to 2.2.0 +- *(deps)* update rust crate clap to 4.5.20 +- *(deps)* update rust crate clap to 4.5.19 +- *(deps)* update rust crate clap to 4.5.18 +- *(deps)* update rust crate unicode-width to 0.2.0 +- *(deps)* update rust crate unicode-segmentation to 1.12.0 +- *(deps)* update rust crate clap to 4.5.17 +- *(deps)* update rust crate fastrand to 2.1.1 + ## [0.7.14](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.13...lcat-v0.7.14) - 2024-08-16 ### Other diff --git a/lcat/Cargo.toml b/lcat/Cargo.toml index 5ef44c5..8a8a2e6 100644 --- a/lcat/Cargo.toml +++ b/lcat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcat" -version = "0.7.14" +version = "0.7.15" authors = ["David Knaack "] documentation = "https://docs.rs/lcat/" edition = "2021" diff --git a/lcowsay/CHANGELOG.md b/lcowsay/CHANGELOG.md index e14c69f..4682177 100644 --- a/lcowsay/CHANGELOG.md +++ b/lcowsay/CHANGELOG.md @@ -4,6 +4,19 @@ * dependencies * lcat bumped from 0.7.11 to 0.7.12 +## [0.5.11](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.10...lcowsay-v0.5.11) - 2024-12-09 + +### Other + +- *(deps)* update rust crate clap to 4.5.23 +- *(deps)* update rust crate clap to 4.5.22 +- *(deps)* update rust crate clap to 4.5.21 +- *(deps)* update rust crate clap to 4.5.20 +- *(deps)* update rust crate clap to 4.5.19 +- *(deps)* update rust crate clap to 4.5.18 +- *(deps)* update rust crate unicode-width to 0.2.0 +- *(deps)* update rust crate clap to 4.5.17 + ## [0.5.10](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.9...lcowsay-v0.5.10) - 2024-08-16 ### Other diff --git a/lcowsay/Cargo.toml b/lcowsay/Cargo.toml index ea775ab..cb2f94c 100644 --- a/lcowsay/Cargo.toml +++ b/lcowsay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lcowsay" -version = "0.5.10" +version = "0.5.11" authors = ["David Knaack "] documentation = "https://docs.rs/lcowsay/" edition = "2021" @@ -28,6 +28,6 @@ textwrap = { version = "0.16.1", features = ["hyphenation"] } unicode-width = "0.2.0" [dependencies.lcat] -version = "0.7.14" +version = "0.7.15" path = "../lcat" optional = true diff --git a/lolcow-fortune/CHANGELOG.md b/lolcow-fortune/CHANGELOG.md index aa55b8d..4a2098d 100644 --- a/lolcow-fortune/CHANGELOG.md +++ b/lolcow-fortune/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [0.1.12](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.11...lolcow-fortune-v0.1.12) - 2024-12-09 + +### Other + +- *(deps)* update rust crate thiserror to 2.0.6 +- *(deps)* update rust crate fastrand to 2.3.0 +- *(deps)* update rust crate thiserror to 2.0.5 +- *(deps)* update rust crate clap to 4.5.23 +- *(deps)* update rust crate clap to 4.5.22 +- *(deps)* update rust crate thiserror to 2.0.4 +- *(deps)* update rust crate ureq to 3.0.0-rc3 +- *(deps)* update rust crate flate2 to 1.0.35 +- *(deps)* update rust crate clap to 4.5.21 +- *(deps)* update rust crate thiserror to v2 (#155) +- *(deps)* update rust crate thiserror to 1.0.69 +- *(deps)* update rust crate fastrand to 2.2.0 +- *(deps)* update rust crate thiserror to 1.0.68 +- *(deps)* update rust crate thiserror to 1.0.67 +- *(deps)* update rust crate tar to 0.4.43 +- *(deps)* update rust crate thiserror to 1.0.66 +- *(deps)* update rust crate thiserror to 1.0.65 +- *(deps)* update rust crate ureq to 3.0.0-rc2 +- *(deps)* update rust crate clap to 4.5.20 +- *(deps)* update rust crate clap to 4.5.19 +- *(deps)* bump ureq to 3.0.0-rc1 +- *(deps)* update rust crate flate2 to 1.0.34 +- *(deps)* update rust crate tar to 0.4.42 +- *(deps)* update rust crate thiserror to 1.0.64 +- *(deps)* update rust crate clap to 4.5.18 +- *(deps)* update rust crate deku to 0.18.1 +- *(deps)* update rust crate deku to 0.18.0 +- *(deps)* update rust crate clap to 4.5.17 +- *(deps)* update rust crate flate2 to 1.0.33 +- *(deps)* update rust crate fastrand to 2.1.1 +- *(deps)* update rust crate flate2 to 1.0.32 + ## [0.1.11](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.10...lolcow-fortune-v0.1.11) - 2024-08-16 ### Other diff --git a/lolcow-fortune/Cargo.toml b/lolcow-fortune/Cargo.toml index b97de62..9599274 100644 --- a/lolcow-fortune/Cargo.toml +++ b/lolcow-fortune/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lolcow-fortune" -version = "0.1.11" +version = "0.1.12" authors = ["David Knaack "] edition = "2021" license = "MIT OR Apache-2.0" @@ -46,11 +46,11 @@ tar = { version = "0.4.43", optional = true } ureq = { version = "3.0.0-rc3", optional = true, default-features = false, features = ["rustls"] } [dependencies.lcowsay] -version = "0.5.10" +version = "0.5.11" path = "../lcowsay" optional = true [dependencies.lcat] -version = "0.7.14" +version = "0.7.15" path = "../lcat" optional = true