Skip to content

Commit 7d4e780

Browse files
committed
prepare to publish 1.0.2
1 parent a303546 commit 7d4e780

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [0.2.1] - 2022-03-09
4+
5+
Add documentation about nextest-metadata's "minimum supported cargo-nextest version".
6+
7+
## [1.0.2] - 2022-03-17
8+
9+
### Added
10+
11+
- Automatically derive `Default` for `DebugIgnore` ([#1]). Thanks [@euclio]!
12+
13+
[#1]: https://github.com/sunshowers-code/debug-ignore/pull/1
14+
[@euclio]: https://github.com/euclio
15+
16+
## [1.0.1] - 2021-10-01
17+
18+
- Initial version.
19+
20+
[1.0.2]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.2
21+
[1.0.1]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "debug-ignore"
33
description = "A newtype wrapper that causes a field to be skipped while printing out Debug output."
4-
version = "1.0.1"
4+
version = "1.0.2"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/sunshowers-code/debug-ignore"
77
documentation = "https://docs.rs/debug-ignore"

0 commit comments

Comments
 (0)