mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +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 -->
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.1.6] - 2020-12-02
|
||||
### Fixed
|
||||
- Ignore all io errors when resolving source files instead of only file not
|
||||
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
|
||||
|
||||
<!-- 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-spantrace"
|
||||
version = "0.1.6-alpha.0"
|
||||
version = "0.1.6"
|
||||
authors = ["Jane Lusby <jlusby@yaah.dev>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -59,7 +59,7 @@
|
||||
//!
|
||||
//! [`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
|
||||
//! [`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(
|
||||
missing_debug_implementations,
|
||||
missing_docs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user