Skip to content

Commit

Permalink
chore: bump all version numbers to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronErhardt committed Apr 1, 2024
1 parent c059e24 commit 0c78e60
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [

[workspace.package]
name = "tuxedo-rs"
version = "0.2.3"
version = "0.2.5"
rust-version = "1.72.0"
authors = ["Aaron Erhardt <[email protected]>"]
edition = "2021"
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.4"
version = "0.2.5"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions tailor_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ license.workspace = true
repository.workspace = true

[dependencies]
tailor_api = {version = "0.2.4", path = "../tailor_api" }
tailor_client = {version = "0.2.4", path = "../tailor_client" }
tailor_api = {version = "0.2.5", path = "../tailor_api" }
tailor_client = {version = "0.2.5", 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.4"
version = "0.2.5"
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.4", path = "../tailor_api" }
tailor_api = {version = "0.2.5", path = "../tailor_api" }

[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
6 changes: 3 additions & 3 deletions tailor_gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tailor_gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailor_gui"
version = "0.2.3"
version = "0.2.5"
authors = ["Aaron Erhardt <[email protected]>"]
edition = "2021"
publish = false
Expand All @@ -13,8 +13,8 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] }
once_cell = "1.19.0"
relm4-components = "0.8.0"
relm4 = { version = "0.8.1", features = ["libadwaita", "gnome_45"] }
tailor_api = { version = "0.2.4", path = "../tailor_api" }
tailor_client = { version = "0.2.4", path = "../tailor_client" }
tailor_api = { version = "0.2.5", path = "../tailor_api" }
tailor_client = { version = "0.2.5", path = "../tailor_client" }
tokio = { version = "1.36", features = ["parking_lot"] }
tracing = "0.1"
tracing-subscriber = "0.3"
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.1"
version = "0.2.5"
edition = "2021"

description = "A crate for checking the hardware capabilities on different devices"
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.4"
version = "0.2.5"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tuxedo_ioctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tuxedo_ioctl"
description = "Tuxedo ioctl interface (part of tuxedo-rs)"
version = "0.2.4"
version = "0.2.5"
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
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.4"
version = "0.2.5"
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.4", path = "../tailor_api" }
tailor_api = { version = "0.2.5", path = "../tailor_api" }

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

0 comments on commit 0c78e60

Please sign in to comment.