From 387df15615941811d2c45e9218f0b98b7b031db2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:18:00 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 14 +++++++------- Cargo.lock | 14 +++++++------- tailor_api/CHANGELOG.md | 8 ++++++++ tailor_api/Cargo.toml | 2 +- tailor_cli/CHANGELOG.md | 24 ++++++++++++++++++++++++ tailor_cli/Cargo.toml | 6 +++--- tailor_client/Cargo.toml | 4 ++-- tailor_hwcaps/Cargo.toml | 2 +- tailord/CHANGELOG.md | 9 +++++++++ tailord/Cargo.toml | 2 +- tuxedo_ioctl/CHANGELOG.md | 8 ++++++++ tuxedo_ioctl/Cargo.toml | 2 +- tuxedo_sysfs/Cargo.toml | 4 ++-- 13 files changed, 74 insertions(+), 25 deletions(-) create mode 100644 tailor_api/CHANGELOG.md create mode 100644 tailor_cli/CHANGELOG.md create mode 100644 tailord/CHANGELOG.md create mode 100644 tuxedo_ioctl/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c4de44..44764e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - "tuxedo_ioctl": "0.2.3", - "tuxedo_sysfs": "0.2.3", - "tailord": "0.2.3", - "tailor_api": "0.2.3", - "tailor_client": "0.2.3", - "tailor_cli": "0.2.3", + "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", "tailor_gui": "0.2.3", - "tailor_hwcaps": "0.2.0" + "tailor_hwcaps": "0.2.1" } diff --git a/Cargo.lock b/Cargo.lock index a5fde7c..deddc5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "tailor" -version = "0.2.3" +version = "0.3.0" dependencies = [ "clap", "clap_complete", @@ -1312,7 +1312,7 @@ dependencies = [ [[package]] name = "tailor_api" -version = "0.2.3" +version = "0.2.4" dependencies = [ "atoi", "serde", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "tailor_client" -version = "0.2.3" +version = "0.2.4" dependencies = [ "serde_json", "tailor_api", @@ -1331,7 +1331,7 @@ dependencies = [ [[package]] name = "tailor_hwcaps" -version = "0.2.0" +version = "0.2.1" dependencies = [ "sudo", "tokio-uring", @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "tailord" -version = "0.2.3" +version = "0.2.4" dependencies = [ "futures", "futures-lite", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "tuxedo_ioctl" -version = "0.2.3" +version = "0.2.4" dependencies = [ "nix", "sudo", @@ -1565,7 +1565,7 @@ dependencies = [ [[package]] name = "tuxedo_sysfs" -version = "0.2.3" +version = "0.2.4" dependencies = [ "futures", "sudo", diff --git a/tailor_api/CHANGELOG.md b/tailor_api/CHANGELOG.md new file mode 100644 index 0000000..0ffe23e --- /dev/null +++ b/tailor_api/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.4](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor_api-v0.2.3...tailor_api-v0.2.4) (2023-11-19) + + +### Bug Fixes + +* initialise default configs as needed on startup ([0d708ad](https://github.com/AaronErhardt/tuxedo-rs/commit/0d708adab1275e07868a3821fe4e27c84bf65ae5)) diff --git a/tailor_api/Cargo.toml b/tailor_api/Cargo.toml index e9a2bc4..85e73ef 100644 --- a/tailor_api/Cargo.toml +++ b/tailor_api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tailor_api" description = "API types for communication with tailord (part of tuxedo-rs)" -version = "0.2.3" +version = "0.2.4" rust-version.workspace = true authors.workspace = true edition.workspace = true diff --git a/tailor_cli/CHANGELOG.md b/tailor_cli/CHANGELOG.md new file mode 100644 index 0000000..08ef4c4 --- /dev/null +++ b/tailor_cli/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [0.3.0](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor-v0.2.3...tailor-v0.3.0) (2023-11-19) + + +### Features + +* add --notify flag to cycle command ([711ba80](https://github.com/AaronErhardt/tuxedo-rs/commit/711ba80867633f94e0657212c328eb743e8cea61)) +* add CLI option to cycle profiles ([0db8db6](https://github.com/AaronErhardt/tuxedo-rs/commit/0db8db6f96f803cee1c618265f4dbeb7d78ff797)) +* basic tailor CLI ([7302dbb](https://github.com/AaronErhardt/tuxedo-rs/commit/7302dbbcd7f3ed2ad879318531223645122c3178)) + + +### Bug Fixes + +* initialise default configs as needed on startup ([0d708ad](https://github.com/AaronErhardt/tuxedo-rs/commit/0d708adab1275e07868a3821fe4e27c84bf65ae5)) +* **tailor-cli:** reload profiles after setting ([216eb56](https://github.com/AaronErhardt/tuxedo-rs/commit/216eb569d6152781a18b18325ef45d3d64423a06)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * tailor_api bumped from 0.2.1 to 0.2.4 + * tailor_client bumped from 0.2.1 to 0.2.4 diff --git a/tailor_cli/Cargo.toml b/tailor_cli/Cargo.toml index 0fd0ad3..03f6541 100644 --- a/tailor_cli/Cargo.toml +++ b/tailor_cli/Cargo.toml @@ -6,15 +6,15 @@ authors = [ "Marc Jakobi " ] publish = false -version = "0.2.3" +version = "0.3.0" rust-version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [dependencies] -tailor_api = {version = "0.2.1", path = "../tailor_api" } -tailor_client = {version = "0.2.1", path = "../tailor_client" } +tailor_api = {version = "0.2.4", path = "../tailor_api" } +tailor_client = {version = "0.2.4", 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 1f2263e..555511e 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.3" +version = "0.2.4" rust-version.workspace = true authors.workspace = true edition.workspace = true @@ -13,7 +13,7 @@ thiserror = "1" serde_json = "1" zbus = { version = "3", default-features = false, features = ["tokio"] } -tailor_api = {version = "0.2", path = "../tailor_api" } +tailor_api = {version = "0.2.4", path = "../tailor_api" } [dev-dependencies] tokio = { version = "1", features = ["macros"] } diff --git a/tailor_hwcaps/Cargo.toml b/tailor_hwcaps/Cargo.toml index 6a5a8e6..95d9cc0 100644 --- a/tailor_hwcaps/Cargo.toml +++ b/tailor_hwcaps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailor_hwcaps" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A crate for checking the hardware capabilities on different devices" diff --git a/tailord/CHANGELOG.md b/tailord/CHANGELOG.md new file mode 100644 index 0000000..f3142fa --- /dev/null +++ b/tailord/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.2.4](https://github.com/AaronErhardt/tuxedo-rs/compare/tailord-v0.2.3...tailord-v0.2.4) (2023-11-19) + + +### Bug Fixes + +* initialise default configs as needed on startup ([0d708ad](https://github.com/AaronErhardt/tuxedo-rs/commit/0d708adab1275e07868a3821fe4e27c84bf65ae5)) +* **tailor-cli:** reload profiles after setting ([216eb56](https://github.com/AaronErhardt/tuxedo-rs/commit/216eb569d6152781a18b18325ef45d3d64423a06)) diff --git a/tailord/Cargo.toml b/tailord/Cargo.toml index 9b122d6..d3f3af7 100644 --- a/tailord/Cargo.toml +++ b/tailord/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tailord" description = "Daemon handling fan, keyboard and general HW support for Tuxedo laptops (part of tuxedo-rs)" -version = "0.2.3" +version = "0.2.4" rust-version.workspace = true authors.workspace = true edition.workspace = true diff --git a/tuxedo_ioctl/CHANGELOG.md b/tuxedo_ioctl/CHANGELOG.md new file mode 100644 index 0000000..6967b80 --- /dev/null +++ b/tuxedo_ioctl/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.4](https://github.com/AaronErhardt/tuxedo-rs/compare/tuxedo_ioctl-v0.2.3...tuxedo_ioctl-v0.2.4) (2023-11-19) + + +### Bug Fixes + +* Properly set fan speed for multiple fans ([1cfbea5](https://github.com/AaronErhardt/tuxedo-rs/commit/1cfbea5b67ddd4c25971813a55de24fb3fadd5f1)) diff --git a/tuxedo_ioctl/Cargo.toml b/tuxedo_ioctl/Cargo.toml index 880bf40..7971435 100644 --- a/tuxedo_ioctl/Cargo.toml +++ b/tuxedo_ioctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuxedo_ioctl" description = "Tuxedo ioctl interface (part of tuxedo-rs)" -version = "0.2.3" +version = "0.2.4" rust-version.workspace = true authors.workspace = true edition.workspace = true diff --git a/tuxedo_sysfs/Cargo.toml b/tuxedo_sysfs/Cargo.toml index e6927ed..ffd5a64 100644 --- a/tuxedo_sysfs/Cargo.toml +++ b/tuxedo_sysfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuxedo_sysfs" description = "Tuxedo sysfs interface (part of tuxedo-rs)" -version = "0.2.3" +version = "0.2.4" rust-version.workspace = true authors.workspace = true edition.workspace = true @@ -14,7 +14,7 @@ tokio = { version = "1", features = ["time", "fs"] } tokio-uring = "0.4" tracing = "0.1" -tailor_api = { version = "0.2", path = "../tailor_api" } +tailor_api = { version = "0.2.4", path = "../tailor_api" } [dev-dependencies] sudo = "0.6"