mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 07:21:36 +00:00
(cargo-release) version 0.1.6
This commit is contained in:
parent
804992769c
commit
2eebd84950
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.1.6] - 2020-12-02
|
||||||
### Fixed
|
### Fixed
|
||||||
- Ignore all io errors when resolving source files instead of only file not
|
- Ignore all io errors when resolving source files instead of only file not
|
||||||
found errors
|
found errors
|
||||||
@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Support custom color themes for spantrace format
|
- Support custom color themes for spantrace format
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[Unreleased]: https://github.com/yaahc/color-spantrace/compare/v0.1.5...HEAD
|
[Unreleased]: https://github.com/yaahc/color-spantrace/compare/v0.1.6...HEAD
|
||||||
|
[0.1.6]: https://github.com/yaahc/color-spantrace/compare/v0.1.5...v0.1.6
|
||||||
[v0.1.5]: https://github.com/yaahc/color-spantrace/releases/tag/v0.1.5
|
[v0.1.5]: https://github.com/yaahc/color-spantrace/releases/tag/v0.1.5
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "color-spantrace"
|
name = "color-spantrace"
|
||||||
version = "0.1.6-alpha.0"
|
version = "0.1.6"
|
||||||
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"
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
//!
|
//!
|
||||||
//! [`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
|
//! [`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
|
||||||
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
|
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
|
||||||
#![doc(html_root_url = "https://docs.rs/color-spantrace/0.1.4")]
|
#![doc(html_root_url = "https://docs.rs/color-spantrace/0.1.6")]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user