From 320f80948e744b80c84a61c7eeac07c1c82cf210 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 9 Jun 2023 20:11:35 -0700 Subject: [PATCH] v0.5.1 --- ci/release/changelogs/next.md | 4 ++-- ci/release/changelogs/v0.5.1.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 ci/release/changelogs/v0.5.1.md diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 782907b97..f3c0d2a77 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,5 @@ -This is a hotfix to 0.5.0, imports weren't working on Windows. +#### Features ๐Ÿš€ #### Improvements ๐Ÿงน -- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390) +#### Bugfixes โ›‘๏ธ diff --git a/ci/release/changelogs/v0.5.1.md b/ci/release/changelogs/v0.5.1.md new file mode 100644 index 000000000..782907b97 --- /dev/null +++ b/ci/release/changelogs/v0.5.1.md @@ -0,0 +1,5 @@ +This is a hotfix to 0.5.0, imports weren't working on Windows. + +#### Improvements ๐Ÿงน + +- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390)