Merge pull request #112 from yaahc/release

Release 0.6.2
This commit is contained in:
Jane Losare-Lusby 2022-07-11 16:14:38 -07:00 committed by GitHub
commit ede865079d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.6.2] - 2022-07-11
### Added
- Option to disable display of location section in error reports
## [0.6.1] - 2022-02-24
### Changed
- Collapsed backtrace help text into fewer lines
@ -68,7 +72,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.6.1...HEAD
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.6.2...HEAD
[0.6.2]: https://github.com/yaahc/color-eyre/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/yaahc/color-eyre/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0
[0.5.11]: https://github.com/yaahc/color-eyre/compare/v0.5.10...v0.5.11

View File

@ -1,6 +1,6 @@
[package]
name = "color-eyre"
version = "0.6.1"
version = "0.6.2"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
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_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.6.1")]
#![doc(html_root_url = "https://docs.rs/color-eyre/0.6.2")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(
missing_docs,