From 7ad6aedb1fc1b3d6cd2dc8b13f2b7eff27733ef4 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Fri, 31 Mar 2023 07:34:34 +0100 Subject: [PATCH] Updated for release. --- build.gradle | 2 +- docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 54fa5da..495b124 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ targetCompatibility = 11 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.29.1' +version = '1.30.0' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index b01b9dc..9feaef4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased) +## 1.30.0 (31st March 2023) - Allows `deploymentEnvironment` to be used without starting a new context (i.e. without `{` and `}`) (see https://github.com/structurizr/cli/discussions/112). - Adds support for splitting lines in the DSL source with a backslash character (https://github.com/structurizr/dsl/issues/137).