File: CHANGELOG.md

package info (click to toggle)
rust-debug-ignore 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 152 kB
  • sloc: sh: 6; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Changelog

## [1.0.5] - 2023-01-07

### Fixed

- Fixed link to documentation off of main in readme.

## [1.0.4] - 2023-01-07

### Added

- Add a `From` impl for `DebugIgnore` ([#3]).

[#3]: https://github.com/sunshowers-code/debug-ignore/issues/3

## [1.0.3] - 2022-08-30

### Added

- This crate is now compatible with no-std ([#2]). Thanks [Finomnis] for your first contribution!

[#2]: https://github.com/sunshowers-code/debug-ignore/pull/2
[Finomnis]: https://github.com/Finomnis

## [1.0.2] - 2022-03-17

### Added

- Automatically derive `Default` for `DebugIgnore` ([#1]). Thanks [@euclio]!

[#1]: https://github.com/sunshowers-code/debug-ignore/pull/1
[@euclio]: https://github.com/euclio

## [1.0.1] - 2021-10-01

- Initial version.

[1.0.5]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.5
[1.0.4]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.4
[1.0.3]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.3
[1.0.2]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.2
[1.0.1]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.1