diff --git a/CHANGELOG.md b/CHANGELOG.md index b7932d4..065da5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate + +## [0.5.4] - 2020-09-17 ### Added - Add new "issue-url" feature for generating issue creation links in error 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 better compatibility with the Display trait -[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.3...HEAD +[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.4...HEAD +[0.5.4]: https://github.com/yaahc/color-eyre/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/yaahc/color-eyre/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/yaahc/color-eyre/releases/tag/v0.5.2 diff --git a/Cargo.toml b/Cargo.toml index 3f06e81..ef040e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "color-eyre" -version = "0.5.4-rc.3" +version = "0.5.4" authors = ["Jane Lusby "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 1ccc96b..3e6b583 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -334,7 +334,7 @@ //! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs //! [`examples/custom_section.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_section.rs //! [`examples/multiple_errors.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/multiple_errors.rs -#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.3")] +#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.4")] #![cfg_attr(docsrs, feature(doc_cfg))] #![warn( missing_docs,