Skip to content

Commit 21a52a1

Browse files
committed
bump version
1 parent 0331a9e commit 21a52a1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semverator"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "../README.md"
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
1313
[dependencies]
1414
anyhow = "1.0.75"
1515
clap = { version = '4.4.2', features = ['cargo'] }
16-
libsemverator = { path = "../lib", version = "0.7.2" }
16+
libsemverator = { path = "../lib", version = "0.8.0" }
1717

1818
[lints.rust]
1919
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsemverator"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "../README.md"

0 commit comments

Comments
 (0)