This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77<!-- next-header -->
88
99## [ Unreleased] - ReleaseDate
10+
11+ ## [ 0.5.4] - 2020-09-17
1012### Added
1113- Add new "issue-url" feature for generating issue creation links in error
1214 reports pre-populated with information about the error
@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830 better compatibility with the Display trait
2931
3032<!-- next-url -->
31- [ Unreleased ] : https://github.com/yaahc/color-eyre/compare/v0.5.3...HEAD
33+ [ Unreleased ] : https://github.com/yaahc/color-eyre/compare/v0.5.4...HEAD
34+ [ 0.5.4 ] : https://github.com/yaahc/color-eyre/compare/v0.5.3...v0.5.4
3235[ 0.5.3 ] : https://github.com/yaahc/color-eyre/compare/v0.5.2...v0.5.3
3336[ 0.5.2 ] : https://github.com/yaahc/color-eyre/releases/tag/v0.5.2
Original file line number Diff line number Diff line change 11[package ]
22name = " color-eyre"
3- version = " 0.5.4-rc.3 "
3+ version = " 0.5.4"
44authors = [" Jane Lusby <jlusby@yaah.dev>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 334334//! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs
335335//! [`examples/custom_section.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_section.rs
336336//! [`examples/multiple_errors.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/multiple_errors.rs
337- #![ doc( html_root_url = "https://docs.rs/color-eyre/0.5.3 " ) ]
337+ #![ doc( html_root_url = "https://docs.rs/color-eyre/0.5.4 " ) ]
338338#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
339339#![ warn(
340340 missing_docs,
You can’t perform that action at this time.
0 commit comments