Skip to content

Commit 7f4c838

Browse files
github-actions[bot]eopb
authored andcommitted
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50dbf86 commit 7f4c838

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
922
## [0.1.9](https://github.com/eopb/redact/compare/v0.1.8...v0.1.9) - 2024-03-24
1023

1124
### 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.9"
3+
version = "0.1.10"
44
authors = ["Ethan Brierley <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)