Skip to content

Commit

Permalink
chore: release main (#83)
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 16, 2022
1 parent 1de7d0d commit 86419de
Show file tree
Hide file tree
Showing 8 changed files with 48 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.8",
"lcowsay": "0.5.4",
"lolcow-fortune": "0.1.5"
"lcat": "0.7.9",
"lcowsay": "0.5.5",
"lolcow-fortune": "0.1.6"
}
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.

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

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


### Bug Fixes

* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f))

### [0.7.8](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.7...lcat-v0.7.8) (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.8"
version = "0.7.9"
authors = ["David Knaack <[email protected]>"]
documentation = "https://docs.rs/lcat/"
edition = "2021"
Expand Down
14 changes: 14 additions & 0 deletions lcowsay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f))


### Dependencies

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

### [0.5.4](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.3...lcowsay-v0.5.4) (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.4"
version = "0.5.5"
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.8"
version = "0.7.9"
path = "../lcat"
optional = true
15 changes: 15 additions & 0 deletions lolcow-fortune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* format ([1de7d0d](https://github.com/davidkna/lcat-rs/commit/1de7d0dc1120c9bd58d5b8ee6b3eee763d6ecd4f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcowsay bumped from 0.5.4 to 0.5.5
* lcat bumped from 0.7.8 to 0.7.9

### [0.1.5](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.4...lolcow-fortune-v0.1.5) (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.5"
version = "0.1.6"
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.23", optional = true, default-features = false, featur
tar = { version = "0.4.38", optional = true }

[dependencies.lcowsay]
version = "0.5.4"
version = "0.5.5"
path = "../lcowsay"
optional = true

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

0 comments on commit 86419de

Please sign in to comment.