From 2cba761ea9dd94bb213ba64a50c41b083bef7389 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Sun, 1 Nov 2020 20:44:51 +0100 Subject: [PATCH] *: prepare release for 0.0.94 --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index a5d34f5b65..3969335dbd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,18 @@ # CHANGELOG +### [v0.0.94](https://github.com/lightbasenl/lbu/releases/tag/v0.0.94) + +- code-gen: collect static check errors and pretty print + ([#457](https://github.com/lightbasenl/lbu/pull/457)) +- code-gen: flatten output ([#460](https://github.com/lightbasenl/lbu/pull/460)) +- code-gen: sort structure imports and root exports + ([#459](https://github.com/lightbasenl/lbu/pull/459)) +- stdlib: add support for util.inspect.custom to AppError + ([#458](https://github.com/lightbasenl/lbu/pull/458)) + +Structure and validators imports and exports have changed. Make sure to fix +these. + ### [v0.0.93](https://github.com/lightbasenl/lbu/releases/tag/v0.0.93) - insight: remove dependency on stdlib