From 361c4f3ae110efb5e094d7a356b58f7b1c9e3652 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Wed, 5 Apr 2023 12:44:00 +0100 Subject: [PATCH] Updated for release. --- build.gradle | 4 ++-- docs/changelog.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 495b124..dd106ae 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-client:1.24.0' + api 'com.structurizr:structurizr-client:1.24.1' api 'com.structurizr:structurizr-import:1.4.1' testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.16' @@ -27,7 +27,7 @@ targetCompatibility = 11 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.30.0' +version = '1.30.1' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 587ae01..24f6579 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,9 @@ # Changelog -## (unreleased) +## 1.30.1 (5th April 2023) - Fixes https://github.com/structurizr/dsl/issues/241 (Allow styles defined in an extending workspace to override those in the base workspace). +- Upgrades structurizr/java to [v1.24.1](https://github.com/structurizr/java/releases/tag/v1.24.1). ## 1.30.0 (31st March 2023) @@ -11,6 +12,7 @@ - Fixes https://github.com/structurizr/dsl/issues/114 (Parallel sequence behavior in dynamic views). - Fixes https://github.com/structurizr/dsl/issues/239 (File context for included files varies based upon how they are included). - Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances. +- Upgrades structurizr/java to [v1.24.0](https://github.com/structurizr/java/releases/tag/v1.24.0). ## 1.29.1 (17th March 2023)