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

Commit

Permalink
(cargo-release) version 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Nov 6, 2020
1 parent 4610184 commit 13a0204
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.5.7] - 2020-11-05
### Fixed
- Added missing `cfg`s that caused compiler errors when only enabling the
`issue-url` feature
Expand Down Expand Up @@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
better compatibility with the Display trait

<!-- next-url -->
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.6...HEAD
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.7...HEAD
[0.5.7]: https://github.com/yaahc/color-eyre/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/yaahc/color-eyre/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/yaahc/color-eyre/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/yaahc/color-eyre/compare/v0.5.3...v0.5.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "color-eyre"
version = "0.5.7-alpha.0"
version = "0.5.7"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")]
#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.7")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(
missing_docs,
Expand Down

0 comments on commit 13a0204

Please sign in to comment.