This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.5.2] - 2020-08-31 | ||
### Added | ||
- make it so all `Section` trait methods can be called on `Report` in | ||
addition to the already supported usage on `Result<T, E: Into<Report>>` | ||
- panic_section to `HookBuilder` to add custom sections to panic reports | ||
- display_env_section to `HookBuilder` to disable the output indicating what | ||
environment variables can be set to manipulate the error reports | ||
### Changed | ||
- switched from ansi_term to owo-colors for colorizing output, allowing for | ||
better compatibility with the Display trait | ||
|
||
[Unreleased]: https://github.com/yaahc/color-eyre/compare/v0.5.2...HEAD | ||
[0.5.2]: https://github.com/yaahc/color-eyre/releases/tag/v0.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "color-eyre" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["Jane Lusby <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters