Skip to content

Commit

Permalink
chore: release main (#88)
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 Sep 14, 2022
1 parent 6b1c7ee commit 644f5b7
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lcat": "0.7.10",
"lcowsay": "0.5.6",
"lolcow-fortune": "0.1.7"
"lcat": "0.7.11",
"lcowsay": "0.5.7",
"lolcow-fortune": "0.1.8"
}
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.

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

## [0.7.11](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.10...lcat-v0.7.11) (2022-09-14)


### Bug Fixes

* **deps:** update rust crate clap to 3.2.1 ([#89](https://github.com/davidkna/lcat-rs/issues/89)) ([868eb51](https://github.com/davidkna/lcat-rs/commit/868eb5156d92f2e3266640871709451ddbf2b9ec))
* **deps:** update rust crate clap to 3.2.8 ([d4ba421](https://github.com/davidkna/lcat-rs/commit/d4ba421213c1467777fd61c368b6925b64ede789))
* **deps:** update rust crate colorgrad to 0.6.0 ([22c3070](https://github.com/davidkna/lcat-rs/commit/22c30700de54b5f9c107b279c71d22d7db25a87b))

### [0.7.10](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.9...lcat-v0.7.10) (2022-05-30)


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.10"
version = "0.7.11"
authors = ["David Knaack <[email protected]>"]
documentation = "https://docs.rs/lcat/"
edition = "2021"
Expand Down
15 changes: 15 additions & 0 deletions lcowsay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.7](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.6...lcowsay-v0.5.7) (2022-09-14)


### Bug Fixes

* **deps:** update rust crate clap to 3.2.1 ([#89](https://github.com/davidkna/lcat-rs/issues/89)) ([868eb51](https://github.com/davidkna/lcat-rs/commit/868eb5156d92f2e3266640871709451ddbf2b9ec))
* **deps:** update rust crate clap to 3.2.8 ([d4ba421](https://github.com/davidkna/lcat-rs/commit/d4ba421213c1467777fd61c368b6925b64ede789))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcat bumped from 0.7.10 to 0.7.11

### [0.5.6](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.5...lcowsay-v0.5.6) (2022-05-30)


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.6"
version = "0.5.7"
authors = ["David Knaack <[email protected]>"]
documentation = "https://docs.rs/lcowsay/"
edition = "2021"
Expand Down Expand Up @@ -28,6 +28,6 @@ textwrap = { version = "0.15.0", features = ["hyphenation"] }
unicode-width = "0.1.10"

[dependencies.lcat]
version = "0.7.10"
version = "0.7.11"
path = "../lcat"
optional = true
17 changes: 17 additions & 0 deletions lolcow-fortune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.8](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.7...lolcow-fortune-v0.1.8) (2022-09-14)


### Bug Fixes

* **deps:** update rust crate clap to 3.2.1 ([#89](https://github.com/davidkna/lcat-rs/issues/89)) ([868eb51](https://github.com/davidkna/lcat-rs/commit/868eb5156d92f2e3266640871709451ddbf2b9ec))
* **deps:** update rust crate clap to 3.2.8 ([d4ba421](https://github.com/davidkna/lcat-rs/commit/d4ba421213c1467777fd61c368b6925b64ede789))
* **deps:** update rust crate deku to 0.13.1 ([3f9ce73](https://github.com/davidkna/lcat-rs/commit/3f9ce73cd6ca36cfb0725a3367260e194d9befb9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcowsay bumped from 0.5.6 to 0.5.7
* lcat bumped from 0.7.10 to 0.7.11

### [0.1.7](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.6...lolcow-fortune-v0.1.7) (2022-05-30)


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.7"
version = "0.1.8"
authors = ["David Knaack <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -46,11 +46,11 @@ flate2 = { version = "1.0.24", optional = true, default-features = false, featur
tar = { version = "0.4.38", optional = true }

[dependencies.lcowsay]
version = "0.5.6"
version = "0.5.7"
path = "../lcowsay"
optional = true

[dependencies.lcat]
version = "0.7.10"
version = "0.7.11"
path = "../lcat"
optional = true

0 comments on commit 644f5b7

Please sign in to comment.