Skip to content

Commit

Permalink
release 0.6.0 with libsemverator
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Sep 6, 2024
1 parent ed2806d commit 3e307e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "semverator"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,6 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.75"
clap = { version = '4.4.2', features = ['cargo'] }
regex = "1.9.5"
libsemverator = { path = "../lib" }

[lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsemverator"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 3e307e5

Please sign in to comment.