Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 35c344a

Browse files
committed
(cargo-release) version 0.5.4
1 parent 7c942e2 commit 35c344a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "color-eyre"
3-
version = "0.5.4-rc.3"
3+
version = "0.5.4"
44
authors = ["Jane Lusby <jlusby@yaah.dev>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
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,

0 commit comments

Comments
 (0)