From bd311fd2e304b4d506813aa1509ada2f736ce458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 18 Aug 2021 00:08:12 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fd70e..5934a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## 0.11.0 (2021-08-18) + +BIG changes this time. The whole end-to-end experience for tossing around +Diagnostics in your code has been overhauled, printing reports is easier than +ever, and we even have an `eyre::Report`-style wrapper you can pass around in +app-internal returns! + +#### Features + +* **reporter:** Overhauled return type/main/DiagnosticReport experience. ([29c1403e](https://github.com/zkat/miette/commit/29c1403efdd7fd218f240ac458fd19bba17e9551)) + + ## 0.10.0 (2021-08-17)