We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffedab5 + 29c2f58 commit b7baa9eCopy full SHA for b7baa9e
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
16
## [0.1.10](https://github.com/eopb/redact/compare/v0.1.9...v0.1.10) - 2024-05-11
17
18
### New features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redact"
3
-version = "0.1.10"
+version = "0.1.11"
4
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
5
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments