Skip to content

Commit

Permalink
Merge pull request #54 from AaronErhardt/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
AaronErhardt authored Apr 1, 2024
2 parents 0c78e60 + 3ad8e7b commit 236f428
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 13 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.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"
}
6 changes: 3 additions & 3 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.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)


Expand Down
4 changes: 4 additions & 0 deletions tailor_cli/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_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)


Expand Down
4 changes: 2 additions & 2 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.0"
version = "0.3.1"
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.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"
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
version = "0.2.6"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
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.5"
version = "0.2.6"
edition = "2021"

description = "A crate for checking the hardware capabilities on different devices"
Expand Down
8 changes: 8 additions & 0 deletions tailord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 8 additions & 0 deletions tuxedo_sysfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 236f428

Please sign in to comment.