From 55117007289978a17d1e92a9b1a5b948c204abff Mon Sep 17 00:00:00 2001 From: Freja Roberts Date: Fri, 2 Feb 2024 22:13:48 +0100 Subject: [PATCH] chore: backport missing changelog notes from previous manual releases --- eyre/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eyre/CHANGELOG.md b/eyre/CHANGELOG.md index 4183085..76ce032 100644 --- a/eyre/CHANGELOG.md +++ b/eyre/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - feature flag for `anyhow` compatibility traits [by LeoniePhiline](https://github.com/eyre-rs/eyre/pull/138) +## [0.6.12] - 2024-01-31 +### Fixed +- Unsound cast to invalid type during Report downcast [by ten3roberts](https://github.com/eyre-rs/eyre/pull/143) + ## [0.6.11] - 2023-12-13 ### Fixed - stale references to `Error` in docstrings [by birkenfeld](https://github.com/eyre-rs/eyre/pull/87)