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 Jul 26, 2023
1 parent a3b8369 commit f7dee5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.25.0'
api 'com.structurizr:structurizr-client:1.25.1'
api 'com.structurizr:structurizr-import:1.5.0'

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.32.0'
version = '1.31.1'

test {
useJUnitPlatform()
Expand Down
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## 1.32.0 (unreleased to Maven Central)
## 1.31.1 (26th July 2023)

- Fixes https://github.com/structurizr/dsl/issues/308 (Hidden (e.g. .DS_Store) file causes exception during !include <directory>).
- Updates structurizr/java to [v1.25.1](https://github.com/structurizr/java/releases/tag/v1.25.1).

## 1.31.0 (25th July 2023)

- Adds support for passing parameters to external scripts.
- Updates dependencies.
- Updates structurizr/java to [v1.25.0](https://github.com/structurizr/java/releases/tag/v1.25.0).
- Updates structurizr/import to [v1.5.0](https://github.com/structurizr/import/releases/tag/v1.5.0).

## 1.30.4 (17th July 2023)

Expand Down

0 comments on commit f7dee5f

Please sign in to comment.