Skip to content

Commit eb91c1a

Browse files
chore: release main (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01c2123 commit eb91c1a

File tree

8 files changed

+38
-12
lines changed

8 files changed

+38
-12
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lcat": "0.7.11",
3-
"lcowsay": "0.5.7",
4-
"lolcow-fortune": "0.1.8"
2+
"lcat": "0.7.12",
3+
"lcowsay": "0.5.8",
4+
"lolcow-fortune": "0.1.9"
55
}

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lcat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.12](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.11...lcat-v0.7.12) (2022-12-21)
4+
5+
6+
### Bug Fixes
7+
8+
* clippy ([58b77d1](https://github.com/davidkna/lcat-rs/commit/58b77d14d67bdc17bf960b7e083ffca3393a9d26))
9+
310
## [0.7.11](https://github.com/davidkna/lcat-rs/compare/lcat-v0.7.10...lcat-v0.7.11) (2022-09-14)
411

512

lcat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lcat"
3-
version = "0.7.11"
3+
version = "0.7.12"
44
authors = ["David Knaack <[email protected]>"]
55
documentation = "https://docs.rs/lcat/"
66
edition = "2021"

lcowsay/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
* The following workspace dependencies were updated
4+
* dependencies
5+
* lcat bumped from 0.7.11 to 0.7.12
6+
37
## [0.5.7](https://github.com/davidkna/lcat-rs/compare/lcowsay-v0.5.6...lcowsay-v0.5.7) (2022-09-14)
48

59

lcowsay/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lcowsay"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["David Knaack <[email protected]>"]
55
documentation = "https://docs.rs/lcowsay/"
66
edition = "2021"
@@ -28,6 +28,6 @@ textwrap = { version = "0.16.0", features = ["hyphenation"] }
2828
unicode-width = "0.1.10"
2929

3030
[dependencies.lcat]
31-
version = "0.7.11"
31+
version = "0.7.12"
3232
path = "../lcat"
3333
optional = true

lolcow-fortune/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.8...lolcow-fortune-v0.1.9) (2022-12-21)
4+
5+
6+
### Bug Fixes
7+
8+
* use rustls ([b7504b5](https://github.com/davidkna/lcat-rs/commit/b7504b5d98de4a65cebab519622dc0cda3b6246a))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* lcowsay bumped from 0.5.7 to 0.5.8
16+
* lcat bumped from 0.7.11 to 0.7.12
17+
318
## [0.1.8](https://github.com/davidkna/lcat-rs/compare/lolcow-fortune-v0.1.7...lolcow-fortune-v0.1.8) (2022-09-14)
419

520

lolcow-fortune/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lolcow-fortune"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
authors = ["David Knaack <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -46,11 +46,11 @@ flate2 = { version = "1.0.25", optional = true, default-features = false, featur
4646
tar = { version = "0.4.38", optional = true }
4747

4848
[dependencies.lcowsay]
49-
version = "0.5.7"
49+
version = "0.5.8"
5050
path = "../lcowsay"
5151
optional = true
5252

5353
[dependencies.lcat]
54-
version = "0.7.11"
54+
version = "0.7.12"
5555
path = "../lcat"
5656
optional = true

0 commit comments

Comments
 (0)