Skip to content

Commit b7baa9e

Browse files
authored
Merge pull request #68 from eopb/release-plz-2025-07-16T13-28-22Z
chore: release v0.1.11
2 parents ffedab5 + 29c2f58 commit b7baa9e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.11](https://github.com/eopb/redact/compare/v0.1.10...v0.1.11) - 2025-07-16
10+
11+
### Other
12+
13+
- run `cargo-fmt`
14+
- make Vec<Secret<T>> serializable
15+
916
## [0.1.10](https://github.com/eopb/redact/compare/v0.1.9...v0.1.10) - 2024-05-11
1017

1118
### New features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redact"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
authors = ["Ethan Brierley <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)