chore: Release

This commit is contained in:
Gerald Pinder 2025-02-10 20:47:57 -05:00
parent 003e473de1
commit c07b7ace6a
7 changed files with 28 additions and 16 deletions

View file

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