(cargo-release) version 0.1.6

This commit is contained in:
Jane Lusby 2020-12-02 11:07:20 -08:00
parent 804992769c
commit 2eebd84950
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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,