Skip to content

Commit

Permalink
chore: release v0.1.8 (#47)
Browse files Browse the repository at this point in the history
* chore: release

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ethan Brierley <[email protected]>
  • Loading branch information
github-actions[bot] and eopb authored Jan 25, 2024
1 parent c576645 commit a8b23b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.8](https://github.com/eopb/redact/compare/v0.1.7...v0.1.8) - 2024-01-25

### Added
- `serde::redact_secret` convenience `serialize_with` - serialize without exposing ([#46](https://github.com/eopb/redact/pull/46))

## [0.1.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redact"
version = "0.1.7"
version = "0.1.8"
authors = ["Ethan Brierley <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit a8b23b2

Please sign in to comment.