Skip to content

Commit 190ac55

Browse files
committed
chore(release): bump workspace version to 0.3.1
1 parent 5d877b9 commit 190ac55

7 files changed

Lines changed: 32 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = "2024"
2020
homepage = "https://github.com/OneNoted/taskers"
2121
license = "MIT OR Apache-2.0"
2222
repository = "https://github.com/OneNoted/taskers"
23-
version = "0.3.0"
23+
version = "0.3.1"
2424

2525
[workspace.dependencies]
2626
adw = { package = "libadwaita", version = "0.9.1" }
@@ -47,12 +47,12 @@ ureq = "2.12"
4747
uuid = { version = "1.22.0", features = ["serde", "v7"] }
4848
webkit6 = { version = "0.6.1", features = ["v2_50"] }
4949
xz2 = "0.1"
50-
taskers-core = { version = "0.3.0", path = "crates/taskers-core" }
51-
taskers-control = { version = "0.3.0", path = "crates/taskers-control" }
52-
taskers-domain = { version = "0.3.0", path = "crates/taskers-domain" }
53-
taskers-ghostty = { version = "0.3.0", path = "crates/taskers-ghostty" }
54-
taskers-host = { version = "0.3.0", path = "crates/taskers-host" }
55-
taskers-paths = { version = "0.3.0", path = "crates/taskers-paths" }
56-
taskers-runtime = { version = "0.3.0", path = "crates/taskers-runtime" }
57-
taskers-shell = { version = "0.3.0", path = "crates/taskers-shell" }
58-
taskers-shell-core = { version = "0.3.0", path = "crates/taskers-shell-core" }
50+
taskers-core = { version = "0.3.1", path = "crates/taskers-core" }
51+
taskers-control = { version = "0.3.1", path = "crates/taskers-control" }
52+
taskers-domain = { version = "0.3.1", path = "crates/taskers-domain" }
53+
taskers-ghostty = { version = "0.3.1", path = "crates/taskers-ghostty" }
54+
taskers-host = { version = "0.3.1", path = "crates/taskers-host" }
55+
taskers-paths = { version = "0.3.1", path = "crates/taskers-paths" }
56+
taskers-runtime = { version = "0.3.1", path = "crates/taskers-runtime" }
57+
taskers-shell = { version = "0.3.1", path = "crates/taskers-shell" }
58+
taskers-shell-core = { version = "0.3.1", path = "crates/taskers-shell-core" }

crates/taskers-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ clap.workspace = true
1818
serde_json.workspace = true
1919
time.workspace = true
2020
tokio.workspace = true
21-
taskers-control = { version = "0.3.0", path = "../taskers-control" }
22-
taskers-domain = { version = "0.3.0", path = "../taskers-domain" }
21+
taskers-control = { version = "0.3.1", path = "../taskers-control" }
22+
taskers-domain = { version = "0.3.1", path = "../taskers-domain" }

crates/taskers-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ thiserror.workspace = true
1616
tokio.workspace = true
1717
uuid.workspace = true
1818
taskers-paths.workspace = true
19-
taskers-domain = { version = "0.3.0", path = "../taskers-domain" }
19+
taskers-domain = { version = "0.3.1", path = "../taskers-domain" }
2020

2121
[dev-dependencies]
2222
tempfile.workspace = true

crates/taskers-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ version.workspace = true
1212
anyhow.workspace = true
1313
serde.workspace = true
1414
serde_json.workspace = true
15-
taskers-control = { version = "0.3.0", path = "../taskers-control" }
16-
taskers-domain = { version = "0.3.0", path = "../taskers-domain" }
17-
taskers-ghostty = { version = "0.3.0", path = "../taskers-ghostty" }
15+
taskers-control = { version = "0.3.1", path = "../taskers-control" }
16+
taskers-domain = { version = "0.3.1", path = "../taskers-domain" }
17+
taskers-ghostty = { version = "0.3.1", path = "../taskers-ghostty" }
1818
taskers-paths.workspace = true
19-
taskers-runtime = { version = "0.3.0", path = "../taskers-runtime" }
19+
taskers-runtime = { version = "0.3.1", path = "../taskers-runtime" }
2020

2121
[dev-dependencies]
2222
tempfile.workspace = true

crates/taskers-ghostty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ build = "build.rs"
1313
libloading = "0.8"
1414
serde.workspace = true
1515
tar = "0.4"
16-
taskers-domain = { version = "0.3.0", path = "../taskers-domain" }
16+
taskers-domain = { version = "0.3.1", path = "../taskers-domain" }
1717
taskers-paths.workspace = true
18-
taskers-runtime = { version = "0.3.0", path = "../taskers-runtime" }
18+
taskers-runtime = { version = "0.3.1", path = "../taskers-runtime" }
1919
thiserror.workspace = true
2020
ureq = "2.12"
2121
xz2 = "0.1"

crates/taskers-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ base64.workspace = true
1414
libc.workspace = true
1515
portable-pty.workspace = true
1616
taskers-paths.workspace = true
17-
taskers-domain = { version = "0.3.0", path = "../taskers-domain" }
17+
taskers-domain = { version = "0.3.1", path = "../taskers-domain" }

0 commit comments

Comments
 (0)