From b48296e96c612e92d3729f8cba1c7dc5b029e246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 4 Aug 2021 21:25:25 -0700 Subject: [PATCH] docs: update changelog --- .clog.toml | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.clog.toml b/.clog.toml index f3501fc..dc07f6c 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,5 +1,5 @@ [clog] -repository = "https://github.com/zkat/big-brain" +repository = "https://github.com/zkat/miette" subtitle = "" changelog = "CHANGELOG.md" from-latest-tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 82cff44..e2e72ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## 0.1.0 (2021-08-05) + +I'm really excited to put out this first release of `miette`! This version +defines the current protocol and includes a basic snippet reporter. It's fully +documented and ready to be used! + +_Disclaimer_: This library is still under pretty heavy development, and you should only use this if you're interested in using something experimental. Any and all design comments and ideas are welcome over on [GitHub](https://github.com/zkat/miettee) + +#### Bug Fixes + +* **api:** stop re-exporting random things wtf??? ([2fb9f93c](https://github.com/zkat/miette/commit/2fb9f93cbf02c4d41a5538e98c8bea72f40c5430)) +* **protocol:** use references for all return values in Diagnostic ([c3f41b97](https://github.com/zkat/miette/commit/c3f41b972da0e89220e7d9de08f420912ec8973a)) + +#### Features + +* **protocol:** sketched out a basic protocol ([e2387ce2](https://github.com/zkat/miette/commit/e2387ce2edd4165d04f47a084f3f1492a5de8d9d)) +* **reporter:** dummy reporter implementation + tests ([a437f445](https://github.com/zkat/miette/commit/a437f44511768e52cfedd856b5b1432c0716f378)) +* **span:** make span end optional ([1cb0ad38](https://github.com/zkat/miette/commit/1cb0ad38524696a733f6134092ffd998f76fb142)) + + + ## 0.0.0 (2021-08-03)