We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576645 commit a8b23b2Copy full SHA for a8b23b2
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.1.8](https://github.com/eopb/redact/compare/v0.1.7...v0.1.8) - 2024-01-25
10
+
11
+### Added
12
+- `serde::redact_secret` convenience `serialize_with` - serialize without exposing ([#46](https://github.com/eopb/redact/pull/46))
13
14
## [0.1.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redact"
3
-version = "0.1.7"
+version = "0.1.8"
4
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
5
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments