From 28d561e133358560ccf74f5ea01ead5e8e9adfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 14 Aug 2021 13:34:57 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504ffba..5fc5a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 0.5.0 (2021-08-14) + +I decided to yank some handy (optional) utilities from a project I'm using +`miette` in. These should make using it more ergonomic. + +#### Features + +* **utils:** various convenience utilities for creating and working with Diagnostics ([a9601368](https://github.com/zkat/miette/commit/a960136802834bd3741ef637d91f73287870b1ad)) + + ## 0.4.0 (2021-08-11)