Skip to content

Commit e06604f

Browse files
chore: release v0.1.7 (#40)
* 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 f0c2496 commit e06604f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01
10+
11+
### Added
12+
- make associated functions on `Secret` `#[must_use]` ([#42](https://github.com/eopb/redact/pull/42))
13+
914
## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28
1015

1116
### Documentation

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

0 commit comments

Comments
 (0)