diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 69fa03ddd..2e8a3375d 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,7 +1,3 @@ Hotfix for 0.6.4 breaking plugins, along with 2 other compiler bugfixes. #### 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 000000000..2e5452a3e --- /dev/null +++ b/ci/release/changelogs/v0.6.5.md @@ -0,0 +1,7 @@ +D2 0.6.5 has a hotfix for 0.6.4 breaking plugin compatibility. Also includes 2 compiler fixes regarding substitutions/vars. + +#### 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)