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

Commit

Permalink
Updated for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Apr 5, 2023
1 parent 579b61c commit 361c4f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -27,7 +27,7 @@ targetCompatibility = 11

description = 'Structurizr DSL'
group = 'com.structurizr'
version = '1.30.0'
version = '1.30.1'

test {
useJUnitPlatform()
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 361c4f3

Please sign in to comment.