From 3ad8e7b03e2efed0afa53fe0f75e687380fcd0f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:07:50 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 12 ++++++------ Cargo.lock | 6 +++--- tailor_api/CHANGELOG.md | 7 +++++++ tailor_cli/CHANGELOG.md | 4 ++++ tailor_cli/Cargo.toml | 4 ++-- tailor_client/Cargo.toml | 2 +- tailor_hwcaps/Cargo.toml | 2 +- tailord/CHANGELOG.md | 8 ++++++++ tuxedo_sysfs/CHANGELOG.md | 8 ++++++++ 9 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 tuxedo_sysfs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44764e7..5ef78d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { "tuxedo_ioctl": "0.2.4", - "tuxedo_sysfs": "0.2.4", - "tailord": "0.2.4", - "tailor_api": "0.2.4", - "tailor_client": "0.2.4", - "tailor_cli": "0.3.0", + "tuxedo_sysfs": "0.2.5", + "tailord": "0.2.5", + "tailor_api": "0.2.5", + "tailor_client": "0.2.6", + "tailor_cli": "0.3.1", "tailor_gui": "0.2.3", - "tailor_hwcaps": "0.2.1" + "tailor_hwcaps": "0.2.6" } diff --git a/Cargo.lock b/Cargo.lock index b5ea041..d776dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1504,7 +1504,7 @@ dependencies = [ [[package]] name = "tailor" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "clap_complete", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "tailor_client" -version = "0.2.5" +version = "0.2.6" dependencies = [ "serde_json", "tailor_api", @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "tailor_hwcaps" -version = "0.2.5" +version = "0.2.6" dependencies = [ "sudo", "tokio-uring", diff --git a/tailor_api/CHANGELOG.md b/tailor_api/CHANGELOG.md index 0ffe23e..a08b28b 100644 --- a/tailor_api/CHANGELOG.md +++ b/tailor_api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor_api-v0.2.4...tailor_api-v0.2.5) (2024-04-01) + + +### Bug Fixes + +* properly handle monochrome devices ([e75964c](https://github.com/AaronErhardt/tuxedo-rs/commit/e75964c39daa3497fb0fac8ea1adc42f67a5fb6c)) + ## [0.2.4](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor_api-v0.2.3...tailor_api-v0.2.4) (2023-11-19) diff --git a/tailor_cli/CHANGELOG.md b/tailor_cli/CHANGELOG.md index 08ef4c4..eefd4e6 100644 --- a/tailor_cli/CHANGELOG.md +++ b/tailor_cli/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * tailor_client bumped from 0.2.5 to 0.2.6 + ## [0.3.0](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor-v0.2.3...tailor-v0.3.0) (2023-11-19) diff --git a/tailor_cli/Cargo.toml b/tailor_cli/Cargo.toml index b63f64f..d02d38c 100644 --- a/tailor_cli/Cargo.toml +++ b/tailor_cli/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Marc Jakobi " ] publish = false -version = "0.3.0" +version = "0.3.1" rust-version.workspace = true edition.workspace = true license.workspace = true @@ -14,7 +14,7 @@ repository.workspace = true [dependencies] tailor_api = {version = "0.2.5", path = "../tailor_api" } -tailor_client = {version = "0.2.5", path = "../tailor_client" } +tailor_client = {version = "0.2.6", path = "../tailor_client" } clap = { version = "4.2.4", features = ["derive"] } tokio = { version = "1.27", features = ["rt-multi-thread", "macros"] } colored = "2.0.0" diff --git a/tailor_client/Cargo.toml b/tailor_client/Cargo.toml index f228a9a..df85cc6 100644 --- a/tailor_client/Cargo.toml +++ b/tailor_client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tailor_client" description = "Client library for tailord (part of tuxedo-rs)" -version = "0.2.5" +version = "0.2.6" rust-version.workspace = true authors.workspace = true edition.workspace = true diff --git a/tailor_hwcaps/Cargo.toml b/tailor_hwcaps/Cargo.toml index 2d2c6d7..984524e 100644 --- a/tailor_hwcaps/Cargo.toml +++ b/tailor_hwcaps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailor_hwcaps" -version = "0.2.5" +version = "0.2.6" edition = "2021" description = "A crate for checking the hardware capabilities on different devices" diff --git a/tailord/CHANGELOG.md b/tailord/CHANGELOG.md index f3142fa..e770fcc 100644 --- a/tailord/CHANGELOG.md +++ b/tailord/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tailord-v0.2.4...tailord-v0.2.5) (2024-04-01) + + +### Bug Fixes + +* fan too low warning message ([c4c8281](https://github.com/AaronErhardt/tuxedo-rs/commit/c4c8281c958a28c1debfc61ae084a8fe0e195605)) +* properly handle monochrome devices ([e75964c](https://github.com/AaronErhardt/tuxedo-rs/commit/e75964c39daa3497fb0fac8ea1adc42f67a5fb6c)) + ## [0.2.4](https://github.com/AaronErhardt/tuxedo-rs/compare/tailord-v0.2.3...tailord-v0.2.4) (2023-11-19) diff --git a/tuxedo_sysfs/CHANGELOG.md b/tuxedo_sysfs/CHANGELOG.md new file mode 100644 index 0000000..6417f46 --- /dev/null +++ b/tuxedo_sysfs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tuxedo_sysfs-v0.2.4...tuxedo_sysfs-v0.2.5) (2024-04-01) + + +### Bug Fixes + +* properly handle monochrome devices ([e75964c](https://github.com/AaronErhardt/tuxedo-rs/commit/e75964c39daa3497fb0fac8ea1adc42f67a5fb6c))