[new release] grace (0.2.0)
CHANGES:
* fix(renderer): remove uncessary underlines when printing a unique 'multi-line `Top` marker' ([johnyob/grace#31](https://github.com/johnyob/grace/pull/31))
* fix(renderer): replace unicode chars with ASCII in `Config.ascii` ([johnyob/grace#27](https://github.com/johnyob/grace/pull/27))
* feat(renderer): add `NO_COLOR` and `TERM` support to `Config` ([johnyob/grace#8](https://github.com/johnyob/grace/pull/8))
* feat(core,renderer): add support for error codes ([johnyob/grace#30](https://github.com/johnyob/grace/pull/30))
* feat(renderer): add support for UTF8 encoding 🚀 ([johnyob/grace#25](https://github.com/johnyob/grace/pull/25))
* feat(renderer): re-introduce support for compact diagnostic rendering ([johnyob/grace#28](https://github.com/johnyob/grace/pull/28))
* refactor(renderer)!: move `grace.renderer` library to `grace.ansi_renderer` ([johnyob/grace#29](https://github.com/johnyob/grace/pull/29))
### BREAKING CHANGE
* `Grace_rendering` has been removed. Use `Grace_ansi_renderer` instead.