docs: update changelog

This commit is contained in:
Kat Marchán 2021-08-04 21:25:25 -07:00
parent e1ef944689
commit b48296e96c
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,25 @@
<a name="0.1.0"></a>
## 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))
<a name="0.0.0"></a>
## 0.0.0 (2021-08-03)