Skip to content

Commit 82c2227

Browse files
committed
v0.4.0
1 parent 3956ba8 commit 82c2227

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

autoruby-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2021"
66
license = "GPL-3.0-only"
77
name = "autoruby-cli"
88
repository = "https://github.com/encody/autoruby"
9-
version = "0.3.2"
9+
version = "0.4.0"
1010

1111
[dependencies]
12-
autoruby = {path = "../autoruby", version = "0.3.2"}
12+
autoruby = {path = "../autoruby", version = "0.4.0"}
1313
clap = {version = "4", features = ["derive"]}
1414
envy = "0.4"
1515
serde = "1"

autoruby/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "GPL-3.0-only"
77
name = "autoruby"
88
repository = "https://github.com/encody/autoruby"
9-
version = "0.3.2"
9+
version = "0.4.0"
1010

1111
[features]
1212
default = ["integrated"]

0 commit comments

Comments
 (0)