File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.10] ( https://github.com/eopb/redact/compare/v0.1.9...v0.1.10 ) - 2024-05-11
10
+
11
+ ### New features
12
+ - Implemented ` SerializableSecret ` for ` &Secret<T> `
13
+ This enables ` &Secret<T> ` to be ` Serialized ` with ` redact::serde::expose_secret `
14
+ and ` redact::serde::redact_secret ` .
15
+
16
+ ### Other
17
+ - Fix issue where dependency versions were not being repeated in dev-dependencies
18
+ - Minor documentation improvements
19
+
20
+ ### Other
21
+
9
22
## [ 0.1.9] ( https://github.com/eopb/redact/compare/v0.1.8...v0.1.9 ) - 2024-03-24
10
23
11
24
### New features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redact"
3
- version = " 0.1.9 "
3
+ version = " 0.1.10 "
4
4
authors = [
" Ethan Brierley <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments