Skip to content

Commit e196274

Browse files
committed
chore: bump version to v0.2.0
1 parent 42356ed commit e196274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-workers"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Daichi Furiya"]
66
description = "Interactive Git worktree manager with shell integration"
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818
# Git Operations
1919
git2 = { version = "0.20", features = ["vendored-openssl"] }
2020

21-
# CLI Framework
21+
# CLI Framework
2222
dialoguer = "0.11"
2323
console = "0.15"
2424
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)