Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2024
1 parent c8c3104 commit 44df800
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions lcat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.15](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.14...lcat-v0.7.15) - 2024-09-29

### Added

- *(lcat)* colorize `--help` ([#152](https://github.com/davidkna/lcat-rs/pull/152))

### Other

- *(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
Expand Down
2 changes: 1 addition & 1 deletion lcat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lcat"
version = "0.7.14"
version = "0.7.15"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
documentation = "https://docs.rs/lcat/"
edition = "2021"
Expand Down
8 changes: 8 additions & 0 deletions lcowsay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
* 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-09-29

### Other

- *(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
Expand Down
4 changes: 2 additions & 2 deletions lcowsay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lcowsay"
version = "0.5.10"
version = "0.5.11"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
documentation = "https://docs.rs/lcowsay/"
edition = "2021"
Expand Down Expand Up @@ -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
16 changes: 16 additions & 0 deletions lolcow-fortune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.12](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.11...lolcow-fortune-v0.1.12) - 2024-09-29

### Other

- *(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
Expand Down
6 changes: 3 additions & 3 deletions lolcow-fortune/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lolcow-fortune"
version = "0.1.11"
version = "0.1.12"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -46,11 +46,11 @@ tar = { version = "0.4.42", optional = true }
ureq = { version = "3.0.0-rc1", 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

0 comments on commit 44df800

Please sign in to comment.