File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.2] - 2026-01-27
11+
1012### Added
1113- CLI: Add ` --no-prompt ` (` -n ` ) flag to ` secretspec check ` command for non-interactive mode.
1214 When used, the command exits with non-zero status if secrets are missing instead of prompting for values.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77resolver = " 2"
88
99[workspace .package ]
10- version = " 0.6.1 "
10+ version = " 0.6.2 "
1111edition = " 2024"
1212
1313[workspace .dependencies ]
@@ -37,8 +37,8 @@ linkme = "0.3"
3737secrecy = { version = " 0.10.3" , features = [" serde" ] }
3838google-cloud-secretmanager-v1 = " 1.2"
3939tokio = { version = " 1" , features = [" rt" ] }
40- secretspec-derive = { version = " 0.6.1 " , path = " ./secretspec-derive" }
41- secretspec = { version = " 0.6.1 " , path = " ./secretspec" }
40+ secretspec-derive = { version = " 0.6.2 " , path = " ./secretspec-derive" }
41+ secretspec = { version = " 0.6.2 " , path = " ./secretspec" }
4242
4343# The profile that 'dist' will build with
4444[profile .dist ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ quote.workspace = true
1515proc-macro2.workspace = true
1616toml.workspace = true
1717serde.workspace = true
18- secretspec = { version = " 0.6.1 " , path = " ../secretspec" }
18+ secretspec = { version = " 0.6.2 " , path = " ../secretspec" }
1919url.workspace = true
2020
2121[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments