Skip to content

Commit 99ad948

Browse files
committed
chore: release v0.2.1
1 parent d6e2cef commit 99ad948

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2024"
1414
homepage = "https://github.com/OneNoted/taskers"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/OneNoted/taskers"
17-
version = "0.2.0"
17+
version = "0.2.1"
1818

1919
[workspace.dependencies]
2020
adw = { package = "libadwaita", version = "0.9.1" }

crates/taskers-app/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ clap.workspace = true
1919
gtk.workspace = true
2020
serde.workspace = true
2121
serde_json.workspace = true
22-
taskers-runtime = { version = "0.2.0", path = "../taskers-runtime" }
22+
taskers-runtime = { version = "0.2.1", path = "../taskers-runtime" }
2323
tokio.workspace = true
24-
taskers-control = { version = "0.2.0", path = "../taskers-control" }
25-
taskers-domain = { version = "0.2.0", path = "../taskers-domain" }
26-
taskers-ghostty = { version = "0.2.0", path = "../taskers-ghostty" }
24+
taskers-control = { version = "0.2.1", path = "../taskers-control" }
25+
taskers-domain = { version = "0.2.1", path = "../taskers-domain" }
26+
taskers-ghostty = { version = "0.2.1", path = "../taskers-ghostty" }
2727
time.workspace = true
2828

2929
[dev-dependencies]

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.2.0", path = "../taskers-control" }
22-
taskers-domain = { version = "0.2.0", path = "../taskers-domain" }
21+
taskers-control = { version = "0.2.1", path = "../taskers-control" }
22+
taskers-domain = { version = "0.2.1", path = "../taskers-domain" }

crates/taskers-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde_json.workspace = true
1515
thiserror.workspace = true
1616
tokio.workspace = true
1717
uuid.workspace = true
18-
taskers-domain = { version = "0.2.0", path = "../taskers-domain" }
18+
taskers-domain = { version = "0.2.1", path = "../taskers-domain" }
1919

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

crates/taskers-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ anyhow.workspace = true
1313
base64.workspace = true
1414
libc.workspace = true
1515
portable-pty.workspace = true
16-
taskers-domain = { version = "0.2.0", path = "../taskers-domain" }
16+
taskers-domain = { version = "0.2.1", path = "../taskers-domain" }

0 commit comments

Comments
 (0)