mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
(cargo-release) version 0.6.0
This commit is contained in:
parent
5cd0abd210
commit
d79aab1782
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.6.0] - 2022-01-12
|
||||
### Changed
|
||||
- Updated dependencies to match newest tracing versions
|
||||
|
||||
@ -62,7 +64,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.11...HEAD
|
||||
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.6.0...HEAD
|
||||
[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
|
||||
[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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-eyre"
|
||||
version = "0.5.11"
|
||||
version = "0.6.0"
|
||||
authors = ["Jane Lusby <jlusby@yaah.dev>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -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.11")]
|
||||
#![doc(html_root_url = "https://docs.rs/color-eyre/0.6.0")]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![warn(
|
||||
missing_docs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user