chore: Release

This commit is contained in:
Gerald Pinder 2025-06-01 14:36:53 -04:00
parent 85362c90e1
commit 054c1672d0
8 changed files with 31 additions and 17 deletions

View file

@ -7,7 +7,7 @@ edition = "2024"
repository = "https://github.com/blue-build/cli"
license = "Apache-2.0"
categories = ["command-line-utilities"]
version = "0.9.15"
version = "0.9.16"
[workspace.dependencies]
bon = "3"
@ -65,10 +65,10 @@ pre-release-replacements = [
]
[dependencies]
blue-build-recipe = { version = "=0.9.15", path = "./recipe" }
blue-build-template = { version = "=0.9.15", path = "./template" }
blue-build-utils = { version = "=0.9.15", path = "./utils" }
blue-build-process-management = { version = "=0.9.15", path = "./process" }
blue-build-recipe = { version = "=0.9.16", path = "./recipe" }
blue-build-template = { version = "=0.9.16", path = "./template" }
blue-build-utils = { version = "=0.9.16", path = "./utils" }
blue-build-process-management = { version = "=0.9.16", path = "./process" }
clap-verbosity-flag = "3"
clap_complete = "4"
clap_complete_nushell = "4"