From d3c03673243e2302f319f81562b9618cef0a2c03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:08:26 +0000 Subject: [PATCH] chore: release v0.1.6 (#37) * chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update CHANGELOG.md --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ethan Brierley --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c6c18..6aeeb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28 + +### Documentation +- enable `generate-link-to-definition` for docs.rs builds ([#38](https://github.com/eopb/redact/pull/38)) +- enable `doc_auto_cfg` for docs.rs builds ([#36](https://github.com/eopb/redact/pull/36)) + ## [0.1.5](https://github.com/eopb/redact/compare/v0.1.4...v0.1.5) - 2023-10-19 ### Other diff --git a/Cargo.toml b/Cargo.toml index 58d0ba5..f981cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redact" -version = "0.1.5" +version = "0.1.6" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md"