Skip to content

Commit

Permalink
chore: release main (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 12, 2022
1 parent 81386ce commit 9130df2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lcowsay": "0.5.2"
{
"lcowsay": "0.5.3"
}
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.

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.6"
version = "0.7.7"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
edition = "2021"
description = "Another lolcat in rust! Full unicode support, escapes for ANSI escape sequences, hue shift in Cubehelix."
Expand Down
15 changes: 15 additions & 0 deletions lcowsay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

### [0.5.3](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.2...lcowsay-v0.5.3) (2022-04-12)


### Bug Fixes

* add test ([a13935b](https://github.com/davidkna/lcat-rs/commit/a13935b5d59182c0836ba29d7e5e7677cae684bb))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcat bumped from 0.7.6 to 0.7.7
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.2"
version = "0.5.3"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
edition = "2021"
description = "Cowsay, but combined with lolcat."
Expand Down Expand Up @@ -28,6 +28,6 @@ unicode-width = "0.1.9"
clap = { version = "3.1.8", features = ["derive", "unicode"], optional = true }

[dependencies.lcat]
version = "0.7.6"
version = "0.7.7"
path = "../lcat"
optional = true
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.3"
version = "0.1.4"
authors = ["David Knaack <davidkna@users.noreply.github.com>"]
edition = "2021"
description = "`fortunes` combined with `lolcat` and `cowsay`!"
Expand Down Expand Up @@ -46,11 +46,11 @@ attohttpc = { version = "0.18.0", optional = true, default-features = false, fea
tar = { version = "0.4.38", optional = true }

[dependencies.lcowsay]
version = "0.5.2"
version = "0.5.3"
path = "../lcowsay"
optional = true

[dependencies.lcat]
version = "0.7.6"
version = "0.7.7"
path = "../lcat"
optional = true

0 comments on commit 9130df2

Please sign in to comment.