From 810158091ad43eab7d012479c5181a32d75f58c2 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Wed, 17 Apr 2024 16:17:27 -0700 Subject: [PATCH] v0.6.5 --- ci/release/changelogs/next.md | 4 ---- ci/release/changelogs/v0.6.5.md | 9 +++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 ci/release/changelogs/v0.6.5.md diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 58fe48b563..f3c0d2a774 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -3,7 +3,3 @@ #### Improvements ๐Ÿงน #### Bugfixes โ›‘๏ธ - -- Fix executable plugins that implement standalone router [#1910](https://github.com/terrastruct/d2/pull/1910) -- Fix compiler error with multiple nested spread substitutions [#1913](https://github.com/terrastruct/d2/pull/1913) -- Fix substitutions from imports into different scopes [#1914](https://github.com/terrastruct/d2/pull/1914) diff --git a/ci/release/changelogs/v0.6.5.md b/ci/release/changelogs/v0.6.5.md new file mode 100644 index 0000000000..58fe48b563 --- /dev/null +++ b/ci/release/changelogs/v0.6.5.md @@ -0,0 +1,9 @@ +#### Features ๐Ÿš€ + +#### Improvements ๐Ÿงน + +#### Bugfixes โ›‘๏ธ + +- Fix executable plugins that implement standalone router [#1910](https://github.com/terrastruct/d2/pull/1910) +- Fix compiler error with multiple nested spread substitutions [#1913](https://github.com/terrastruct/d2/pull/1913) +- Fix substitutions from imports into different scopes [#1914](https://github.com/terrastruct/d2/pull/1914)