Skip to content

Commit

Permalink
build: bumping library version
Browse files Browse the repository at this point in the history
To resolve the issue with the dependencies of 0.3.0 stopping the binary being released.
  • Loading branch information
DeveloperC286 committed Nov 17, 2023
1 parent 29b3951 commit 264ad89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion conventional_commits_next_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ git2 = { version = "0.17.2", default-features = false, features=[] }
# For Semantic Versioning parsing.
semver = "1.0.20"

conventional_commits_next_version_lib = "0.3.0"
conventional_commits_next_version_lib = "0.4.0"
2 changes: 1 addition & 1 deletion conventional_commits_next_version_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conventional_commits_next_version_lib"
version = "0.3.0"
version = "0.4.0"
description = "A tooling and language agnostic library to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos."
authors = ["C <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 264ad89

Please sign in to comment.