Skip to content

Commit d3c0367

Browse files
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 <ethanboxx@gmail.com>
1 parent a034d30 commit d3c0367

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28
10+
11+
### Documentation
12+
- enable `generate-link-to-definition` for docs.rs builds ([#38](https://github.com/eopb/redact/pull/38))
13+
- enable `doc_auto_cfg` for docs.rs builds ([#36](https://github.com/eopb/redact/pull/36))
14+
915
## [0.1.5](https://github.com/eopb/redact/compare/v0.1.4...v0.1.5) - 2023-10-19
1016

1117
### Other

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

0 commit comments

Comments
 (0)