File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " debug-ignore"
33description = " 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 "
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/sunshowers-code/debug-ignore"
77documentation = " https://docs.rs/debug-ignore"
You can’t perform that action at this time.
0 commit comments