# 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