-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from AaronErhardt/release-please--branches--main
chore: release main
- Loading branch information
Showing
13 changed files
with
74 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ authors = [ | |
"Marc Jakobi <[email protected]>" | ||
] | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters