Skip to content

Commit

Permalink
Merge pull request #49 from eopb/release-plz-2024-03-23T12-12-18Z
Browse files Browse the repository at this point in the history
chore: release v0.1.9
  • Loading branch information
eopb authored Mar 24, 2024
2 parents 9e3ce36 + ea3e463 commit 5a41701
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.9](https://github.com/eopb/redact/compare/v0.1.8...v0.1.9) - 2024-03-24

### New features
- Support zeroizing secrets with new feature `zeroize`
- Allow `Secret`s to be unsized
- `Secret`s are now `#[repr(transparent)]`
- `serde` feature now supports `no_std`

### Internal
- remove duplicate #[must_use]
- stop repeating versions in dev-dependencies
- use elided lifetimes for `SerializableSecret`
- make `serde` feature explicit
- fixed clippy lints

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

### 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.8"
version = "0.1.9"
authors = ["Ethan Brierley <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5a41701

Please sign in to comment.