Skip to content

Commit 931019c

Browse files
authored
Merge pull request #63 from eopb/release-plz-2024-05-11T09-14-47Z
chore: release v0.1.10
2 parents 65e570c + a2837b2 commit 931019c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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+
920
## [0.1.9](https://github.com/eopb/redact/compare/v0.1.8...v0.1.9) - 2024-03-24
1021

1122
### 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)