Skip to content

Commit 943f4bd

Browse files
domenkozarclaude
andcommitted
release: v0.7.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e187aae commit 943f4bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2026-02-08
99

1010
### Added
1111
- Declarative secret generation: secrets can now be auto-generated when missing by adding

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["secretspec", "secretspec-derive", "examples/derive"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.6.2"
6+
version = "0.7.0"
77
edition = "2024"
88

99
[workspace.dependencies]
@@ -38,8 +38,8 @@ secrecy = { version = "0.10.3", features = ["serde"] }
3838
once_cell = "1.21"
3939
google-cloud-secretmanager-v1 = "1.2"
4040
tokio = { version = "1", features = ["rt"] }
41-
secretspec-derive = { version = "0.6.2", path = "./secretspec-derive" }
42-
secretspec = { version = "0.6.2", path = "./secretspec" }
41+
secretspec-derive = { version = "0.7.0", path = "./secretspec-derive" }
42+
secretspec = { version = "0.7.0", path = "./secretspec" }
4343
rand = "0.9"
4444
uuid = { version = "1", features = ["v4"] }
4545
data-encoding = "2"

secretspec-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ quote.workspace = true
1515
proc-macro2.workspace = true
1616
toml.workspace = true
1717
serde.workspace = true
18-
secretspec = { version = "0.6.2", path = "../secretspec" }
18+
secretspec = { version = "0.7.0", path = "../secretspec" }
1919

2020
[dev-dependencies]
2121
trybuild.workspace = true

0 commit comments

Comments
 (0)