Skip to content

Commit a8b23b2

Browse files
chore: release v0.1.8 (#47)
* chore: release * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ethan Brierley <ethanboxx@gmail.com>
1 parent c576645 commit a8b23b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
914
## [0.1.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01
1015

1116
### Added

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.7"
3+
version = "0.1.8"
44
authors = ["Ethan Brierley <ethanboxx@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)