Skip to content

Commit

Permalink
chore: release main (#84)
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 May 30, 2022
1 parent 2fd6f2f commit 054de6d
Show file tree
Hide file tree
Showing 8 changed files with 78 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.9",
"lcowsay": "0.5.5",
"lolcow-fortune": "0.1.6"
"lcat": "0.7.10",
"lcowsay": "0.5.6",
"lolcow-fortune": "0.1.7"
}
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.

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

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


### Bug Fixes

* **deps:** update rust crate clap to 3.1.10 ([f70400f](https://github.com/davidkna/lcat-rs/commit/f70400f53e3bf5287cad293a7d90a542c366948a))
* **deps:** update rust crate clap to 3.1.11 ([008b466](https://github.com/davidkna/lcat-rs/commit/008b46680536ce0219830f4c95b93f7ab572b99b))
* **deps:** update rust crate clap to 3.1.12 ([cdb3a0c](https://github.com/davidkna/lcat-rs/commit/cdb3a0cc398cc1f7fc7da523fba16b85a54f26c1))
* **deps:** update rust crate clap to 3.1.13 ([e4dd2b0](https://github.com/davidkna/lcat-rs/commit/e4dd2b0953feddb2887ac774316ebc4f485f2684))
* **deps:** update rust crate clap to 3.1.14 ([164c83c](https://github.com/davidkna/lcat-rs/commit/164c83c204aeda806fdfc4a2ce38137067727909))
* **deps:** update rust crate clap to 3.1.15 ([b6d0da1](https://github.com/davidkna/lcat-rs/commit/b6d0da1c13a6854ac7619a84764b2461150fc17f))
* **deps:** update rust crate clap to 3.1.16 ([0aceeaa](https://github.com/davidkna/lcat-rs/commit/0aceeaa3104e0d8b35142abdcf3e593668de4d36))
* **deps:** update rust crate clap to 3.1.17 ([90d9b26](https://github.com/davidkna/lcat-rs/commit/90d9b262a07c4062062da65dd219afdbdfc2c434))
* **deps:** update rust crate clap to 3.1.18 ([0837084](https://github.com/davidkna/lcat-rs/commit/0837084c1c6cc741f6847c23046d134705600ee0))
* Handle CRLF line endings. ([1f0209a](https://github.com/davidkna/lcat-rs/commit/1f0209acd29806a7170d738fbd0add8e6976a50f))

### [0.7.9](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.8...lcat-v0.7.9) (2022-04-16)


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

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


### Bug Fixes

* **deps:** update rust crate clap to 3.1.10 ([f70400f](https://github.com/davidkna/lcat-rs/commit/f70400f53e3bf5287cad293a7d90a542c366948a))
* **deps:** update rust crate clap to 3.1.11 ([008b466](https://github.com/davidkna/lcat-rs/commit/008b46680536ce0219830f4c95b93f7ab572b99b))
* **deps:** update rust crate clap to 3.1.12 ([cdb3a0c](https://github.com/davidkna/lcat-rs/commit/cdb3a0cc398cc1f7fc7da523fba16b85a54f26c1))
* **deps:** update rust crate clap to 3.1.13 ([e4dd2b0](https://github.com/davidkna/lcat-rs/commit/e4dd2b0953feddb2887ac774316ebc4f485f2684))
* **deps:** update rust crate clap to 3.1.14 ([164c83c](https://github.com/davidkna/lcat-rs/commit/164c83c204aeda806fdfc4a2ce38137067727909))
* **deps:** update rust crate clap to 3.1.15 ([b6d0da1](https://github.com/davidkna/lcat-rs/commit/b6d0da1c13a6854ac7619a84764b2461150fc17f))
* **deps:** update rust crate clap to 3.1.16 ([0aceeaa](https://github.com/davidkna/lcat-rs/commit/0aceeaa3104e0d8b35142abdcf3e593668de4d36))
* **deps:** update rust crate clap to 3.1.17 ([90d9b26](https://github.com/davidkna/lcat-rs/commit/90d9b262a07c4062062da65dd219afdbdfc2c434))
* **deps:** update rust crate clap to 3.1.18 ([0837084](https://github.com/davidkna/lcat-rs/commit/0837084c1c6cc741f6847c23046d134705600ee0))


### Dependencies

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

### [0.5.5](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.4...lcowsay-v0.5.5) (2022-04-16)


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.5"
version = "0.5.6"
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.9"

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

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


### Bug Fixes

* **deps:** update rust crate attohttpc to 0.19.0 ([a624f99](https://github.com/davidkna/lcat-rs/commit/a624f99f57c9002a62e15b251a64ef64886748b3))
* **deps:** update rust crate attohttpc to 0.19.1 ([f5eae26](https://github.com/davidkna/lcat-rs/commit/f5eae26c8460892552d51ca5c5caa060076dcd7a))
* **deps:** update rust crate clap to 3.1.10 ([f70400f](https://github.com/davidkna/lcat-rs/commit/f70400f53e3bf5287cad293a7d90a542c366948a))
* **deps:** update rust crate clap to 3.1.11 ([008b466](https://github.com/davidkna/lcat-rs/commit/008b46680536ce0219830f4c95b93f7ab572b99b))
* **deps:** update rust crate clap to 3.1.12 ([cdb3a0c](https://github.com/davidkna/lcat-rs/commit/cdb3a0cc398cc1f7fc7da523fba16b85a54f26c1))
* **deps:** update rust crate clap to 3.1.13 ([e4dd2b0](https://github.com/davidkna/lcat-rs/commit/e4dd2b0953feddb2887ac774316ebc4f485f2684))
* **deps:** update rust crate clap to 3.1.14 ([164c83c](https://github.com/davidkna/lcat-rs/commit/164c83c204aeda806fdfc4a2ce38137067727909))
* **deps:** update rust crate clap to 3.1.15 ([b6d0da1](https://github.com/davidkna/lcat-rs/commit/b6d0da1c13a6854ac7619a84764b2461150fc17f))
* **deps:** update rust crate clap to 3.1.16 ([0aceeaa](https://github.com/davidkna/lcat-rs/commit/0aceeaa3104e0d8b35142abdcf3e593668de4d36))
* **deps:** update rust crate clap to 3.1.17 ([90d9b26](https://github.com/davidkna/lcat-rs/commit/90d9b262a07c4062062da65dd219afdbdfc2c434))
* **deps:** update rust crate clap to 3.1.18 ([0837084](https://github.com/davidkna/lcat-rs/commit/0837084c1c6cc741f6847c23046d134705600ee0))
* **deps:** update rust crate flate2 to 1.0.24 ([#85](https://github.com/davidkna/lcat-rs/issues/85)) ([a6c65ab](https://github.com/davidkna/lcat-rs/commit/a6c65abc00a40c0164330d5f387364e75e1648de))
* **deps:** update rust crate memchr to 2.5.0 ([8590f2b](https://github.com/davidkna/lcat-rs/commit/8590f2b3a9542f2cf550490e3c728226384e0e45))
* **deps:** update rust crate thiserror to 1.0.31 ([01fb12f](https://github.com/davidkna/lcat-rs/commit/01fb12f40cdab00ee93323fc3ade5f67650f3040))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcowsay bumped from 0.5.5 to 0.5.6
* lcat bumped from 0.7.9 to 0.7.10

### [0.1.6](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.5...lolcow-fortune-v0.1.6) (2022-04-16)


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.6"
version = "0.1.7"
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.5"
version = "0.5.6"
path = "../lcowsay"
optional = true

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

0 comments on commit 054de6d

Please sign in to comment.