From 2eebd849503cfcb5155f45649104fa2c42fb607a Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Wed, 2 Dec 2020 11:07:20 -0800 Subject: [PATCH] (cargo-release) version 0.1.6 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a647a43..a7f8513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 -[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 diff --git a/Cargo.toml b/Cargo.toml index f8b815e..6f692db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "color-spantrace" -version = "0.1.6-alpha.0" +version = "0.1.6" authors = ["Jane Lusby "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 75be4cb..81ddee3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,