Skip to content

Commit ee7092a

Browse files
Shahinyanmclaude
andcommitted
chore: bump version to 0.1.2 for crates.io publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52fab45 commit ee7092a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.1"
10+
version = "0.1.2"
1111
edition = "2021"
1212
rust-version = "1.83"
1313
license = "MIT"

crates/tj-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "task-journal"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
tj-core = { package = "task-journal-core", version = "0.1.1", path = "../tj-core" }
19+
tj-core = { package = "task-journal-core", version = "0.1.2", path = "../tj-core" }
2020
anyhow = { workspace = true }
2121
clap = { workspace = true }
2222
tracing = { workspace = true }

crates/tj-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "task-journal-mcp"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
tj-core = { package = "task-journal-core", version = "0.1.1", path = "../tj-core" }
19+
tj-core = { package = "task-journal-core", version = "0.1.2", path = "../tj-core" }
2020
anyhow = { workspace = true }
2121
tokio = { workspace = true }
2222
tracing = { workspace = true }

0 commit comments

Comments
 (0)