Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 10, 2024
1 parent a56b3f9 commit 764107a
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"tuxedo_ioctl": "0.2.4",
"tuxedo_sysfs": "0.2.5",
"tailord": "0.2.5",
"tailor_api": "0.2.5",
"tailor_client": "0.2.6",
"tailor_cli": "0.3.1",
"tuxedo_sysfs": "0.2.6",
"tailord": "0.3.0",
"tailor_api": "0.2.6",
"tailor_client": "0.2.7",
"tailor_cli": "0.3.2",
"tailor_gui": "0.2.3",
"tailor_hwcaps": "0.2.6"
"tailor_hwcaps": "0.2.7"
}
12 changes: 6 additions & 6 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 tailor_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor_api-v0.2.5...tailor_api-v0.2.6) (2024-04-10)


### Bug Fixes

* Parse profiles without LedMode without failing ([d2e938e](https://github.com/AaronErhardt/tuxedo-rs/commit/d2e938efd2e9e877e7eef9208cdc581b0e89e708))

## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor_api-v0.2.4...tailor_api-v0.2.5) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion tailor_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tailor_api"
description = "API types for communication with tailord (part of tuxedo-rs)"
version = "0.2.5"
version = "0.2.6"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions tailor_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* dependencies
* tailor_client bumped from 0.2.5 to 0.2.6

* The following workspace dependencies were updated
* dependencies
* tailor_api bumped from 0.2.5 to 0.2.6
* tailor_client bumped from 0.2.6 to 0.2.7

## [0.3.0](https://github.com/AaronErhardt/tuxedo-rs/compare/tailor-v0.2.3...tailor-v0.3.0) (2023-11-19)


Expand Down
6 changes: 3 additions & 3 deletions tailor_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = [
"Marc Jakobi <[email protected]>"
]
publish = false
version = "0.3.1"
version = "0.3.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
tailor_api = {version = "0.2.5", path = "../tailor_api" }
tailor_client = {version = "0.2.6", path = "../tailor_client" }
tailor_api = {version = "0.2.6", path = "../tailor_api" }
tailor_client = {version = "0.2.7", path = "../tailor_client" }
clap = { version = "4.2.4", features = ["derive"] }
tokio = { version = "1.27", features = ["rt-multi-thread", "macros"] }
colored = "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tailor_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tailor_client"
description = "Client library for tailord (part of tuxedo-rs)"
version = "0.2.6"
version = "0.2.7"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand All @@ -13,7 +13,7 @@ thiserror = "1"
serde_json = "1"
zbus = { version = "3", default-features = false, features = ["tokio"] }

tailor_api = {version = "0.2.5", path = "../tailor_api" }
tailor_api = {version = "0.2.6", path = "../tailor_api" }

[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
2 changes: 1 addition & 1 deletion tailor_hwcaps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailor_hwcaps"
version = "0.2.6"
version = "0.2.7"
edition = "2021"

description = "A crate for checking the hardware capabilities on different devices"
Expand Down
12 changes: 12 additions & 0 deletions tailord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/AaronErhardt/tuxedo-rs/compare/tailord-v0.2.5...tailord-v0.3.0) (2024-04-10)


### Features

* Lift fan limit to start at 75°C ([e1264b0](https://github.com/AaronErhardt/tuxedo-rs/commit/e1264b0ac4c893d35c5e74ee103bd62a95057466))


### Bug Fixes

* Parse profiles without LedMode without failing ([d2e938e](https://github.com/AaronErhardt/tuxedo-rs/commit/d2e938efd2e9e877e7eef9208cdc581b0e89e708))

## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tailord-v0.2.4...tailord-v0.2.5) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion tailord/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.5"
version = "0.3.0"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions tuxedo_sysfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* tailor_api bumped from 0.2.5 to 0.2.6

## [0.2.5](https://github.com/AaronErhardt/tuxedo-rs/compare/tuxedo_sysfs-v0.2.4...tuxedo_sysfs-v0.2.5) (2024-04-01)


Expand Down
4 changes: 2 additions & 2 deletions tuxedo_sysfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tuxedo_sysfs"
description = "Tuxedo sysfs interface (part of tuxedo-rs)"
version = "0.2.5"
version = "0.2.6"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand All @@ -14,7 +14,7 @@ tokio = { version = "1", features = ["time", "fs"] }
tokio-uring = "0.4"
tracing = "0.1"

tailor_api = { version = "0.2.5", path = "../tailor_api" }
tailor_api = { version = "0.2.6", path = "../tailor_api" }

[dev-dependencies]
sudo = "0.6"
Expand Down

0 comments on commit 764107a

Please sign in to comment.