Skip to content

Commit

Permalink
chore: release main (#102)
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 Dec 21, 2022
1 parent 01c2123 commit eb91c1a
Show file tree
Hide file tree
Showing 8 changed files with 38 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.11",
"lcowsay": "0.5.7",
"lolcow-fortune": "0.1.8"
"lcat": "0.7.12",
"lcowsay": "0.5.8",
"lolcow-fortune": "0.1.9"
}
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.12](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.11...lcat-v0.7.12) (2022-12-21)


### Bug Fixes

* clippy ([58b77d1](https://github.com/davidkna/lcat-rs/commit/58b77d14d67bdc17bf960b7e083ffca3393a9d26))

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


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

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

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


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

[dependencies.lcat]
version = "0.7.11"
version = "0.7.12"
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.9](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.8...lolcow-fortune-v0.1.9) (2022-12-21)


### Bug Fixes

* use rustls ([b7504b5](https://github.com/davidkna/lcat-rs/commit/b7504b5d98de4a65cebab519622dc0cda3b6246a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lcowsay bumped from 0.5.7 to 0.5.8
* lcat bumped from 0.7.11 to 0.7.12

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


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.8"
version = "0.1.9"
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.25", optional = true, default-features = false, featur
tar = { version = "0.4.38", optional = true }

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

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

0 comments on commit eb91c1a

Please sign in to comment.