(cargo-release) version 0.5.11

This commit is contained in:
Jane Lusby 2021-04-13 12:46:53 -07:00
parent 8916972d5c
commit 7009a52530
3 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.5.11] - 2021-04-13
## [0.5.10] - 2020-12-02 ## [0.5.10] - 2020-12-02
### Added ### Added
- Support custom themes - Support custom themes
@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
better compatibility with the Display trait better compatibility with the Display trait
<!-- next-url --> <!-- next-url -->
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.10...HEAD [Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.11...HEAD
[0.5.11]: https://github.com/yaahc/color-eyre/compare/v0.5.10...v0.5.11
[0.5.10]: https://github.com/yaahc/color-eyre/compare/v0.5.9...v0.5.10 [0.5.10]: https://github.com/yaahc/color-eyre/compare/v0.5.9...v0.5.10
[0.5.9]: https://github.com/yaahc/color-eyre/compare/v0.5.8...v0.5.9 [0.5.9]: https://github.com/yaahc/color-eyre/compare/v0.5.8...v0.5.9
[0.5.8]: https://github.com/yaahc/color-eyre/compare/v0.5.7...v0.5.8 [0.5.8]: https://github.com/yaahc/color-eyre/compare/v0.5.7...v0.5.8

View File

@ -1,6 +1,6 @@
[package] [package]
name = "color-eyre" name = "color-eyre"
version = "0.5.10" version = "0.5.11"
authors = ["Jane Lusby <jlusby@yaah.dev>"] authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -334,7 +334,7 @@
//! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs //! [`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/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 //! [`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.10")] #![doc(html_root_url = "https://docs.rs/color-eyre/0.5.11")]
#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(docsrs, feature(doc_cfg))]
#![warn( #![warn(
missing_docs, missing_docs,