Skip to content

Commit f4b0892

Browse files
committed
release(0.6.0): Update release version
1 parent ceb27c5 commit f4b0892

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

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.

Devrcfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,14 @@ format:
7272
exec: |
7373
cargo +nightly fmt --all --
7474

75+
update-release-version level="patch":
76+
desc: "Update release version"
77+
run: |
78+
cargo release version --execute {{ level }}
79+
7580

76-
prepare-release level="patch":
81+
update-xtests:
7782
desc: "Prepare next release"
7883
run: |
79-
cargo release version {{ level }}
8084
cargo build
81-
devrc --help > xtests/outputs/test_help_test_1_1_stdout.ansitxt
85+
target/debug/devrc --help > xtests/outputs/test_help_test_1_1_stdout.ansitxt

cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devrc"
33
edition = "2018"
4-
version = "0.5.4"
4+
version = "0.6.0"
55

66
license = "MIT"
77

@@ -49,8 +49,8 @@ url = "2.3.1"
4949

5050
anyhow = "1.0.62"
5151

52-
devrc-plugins = { path = "../plugins", version = "0.5.4"}
53-
devrc-core = { path = "../core", version = "0.5.4"}
52+
devrc-plugins = { path = "../plugins", version = "0.6.0" }
53+
devrc-core = { path = "../core", version = "0.6.0" }
5454
netrc-rs = "0.1.2"
5555
base64 = "0.21.2"
5656
duration-str = "0.5.1"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devrc-core"
33
edition = "2018"
4-
version = "0.5.4"
4+
version = "0.6.0"
55
description = "Core devrc components"
66

77
license = "MIT"

plugins/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devrc-plugins"
33
edition = "2018"
4-
version = "0.5.4"
4+
version = "0.6.0"
55
description = "Library for creating plugins for devrc"
66

77
license = "MIT"
@@ -23,7 +23,7 @@ log = "0.4.17"
2323
libloading = "0.8.0"
2424
anyhow = "1.0.62"
2525
indexmap = { version="1.9.1", features = ["serde-1"] }
26-
devrc-core = { path = "../core", version = "0.5.4"}
26+
devrc-core = { path = "../core", version = "0.6.0" }
2727

2828

2929
[build-dependencies]

xtests/outputs/test_help_test_1_1_stdout.ansitxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
devrc 0.5.4
1+
devrc 0.6.0
22
⚡ task automation tool on steroids ⚡
33

44
USAGE:

0 commit comments

Comments
 (0)