From 61e9f3d8d5de7d341d3e1cfe43a44264b47eed08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:48:18 +0000 Subject: [PATCH 1/2] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aeeb63..5edc345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01 + +### Added +- make associated functions on `Secret` `#[must_use]` ([#42](https://github.com/eopb/redact/pull/42)) + +### Other +- Revert "ci: configure `git-cliff` for nicer changelogs ([#39](https://github.com/eopb/redact/pull/39))" ([#41](https://github.com/eopb/redact/pull/41)) +- configure `git-cliff` for nicer changelogs ([#39](https://github.com/eopb/redact/pull/39)) + ## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index f981cb9..1220e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redact" -version = "0.1.6" +version = "0.1.7" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md" From a94eb5c1367a0ae9ce7dd404a8a99d7d68bb9280 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Wed, 1 Nov 2023 19:49:54 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edc345..fe1b98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - make associated functions on `Secret` `#[must_use]` ([#42](https://github.com/eopb/redact/pull/42)) -### Other -- Revert "ci: configure `git-cliff` for nicer changelogs ([#39](https://github.com/eopb/redact/pull/39))" ([#41](https://github.com/eopb/redact/pull/41)) -- configure `git-cliff` for nicer changelogs ([#39](https://github.com/eopb/redact/pull/39)) - ## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28 ### Documentation