Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 361c4f3

Browse files
Updated for release.
1 parent 579b61c commit 361c4f3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
api 'com.structurizr:structurizr-client:1.24.0'
12+
api 'com.structurizr:structurizr-client:1.24.1'
1313
api 'com.structurizr:structurizr-import:1.4.1'
1414

1515
testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.16'
@@ -27,7 +27,7 @@ targetCompatibility = 11
2727

2828
description = 'Structurizr DSL'
2929
group = 'com.structurizr'
30-
version = '1.30.0'
30+
version = '1.30.1'
3131

3232
test {
3333
useJUnitPlatform()

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## (unreleased)
3+
## 1.30.1 (5th April 2023)
44

55
- Fixes https://github.com/structurizr/dsl/issues/241 (Allow styles defined in an extending workspace to override those in the base workspace).
6+
- Upgrades structurizr/java to [v1.24.1](https://github.com/structurizr/java/releases/tag/v1.24.1).
67

78
## 1.30.0 (31st March 2023)
89

@@ -11,6 +12,7 @@
1112
- Fixes https://github.com/structurizr/dsl/issues/114 (Parallel sequence behavior in dynamic views).
1213
- Fixes https://github.com/structurizr/dsl/issues/239 (File context for included files varies based upon how they are included).
1314
- Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances.
15+
- Upgrades structurizr/java to [v1.24.0](https://github.com/structurizr/java/releases/tag/v1.24.0).
1416

1517
## 1.29.1 (17th March 2023)
1618

0 commit comments

Comments
 (0)