Skip to content

Commit

Permalink
Updated for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 1, 2023
1 parent ca0094f commit 06ced4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaultTasks 'clean', 'build', 'getDeps', 'buildZip'

description = 'Structurizr CLI'
group = 'com.structurizr'
version = '1.33.0'
version = '1.33.1'

sourceCompatibility = '11'
targetCompatibility = '11'
Expand All @@ -18,7 +18,7 @@ repositories {
dependencies {

implementation 'com.structurizr:structurizr-dsl:1.32.0'
implementation 'com.structurizr:structurizr-export:1.16.0'
implementation 'com.structurizr:structurizr-export:1.16.1'
implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.2'
implementation 'com.structurizr:structurizr-graphviz:2.2.0'

Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.33.1 (11th August 2023)

- structurizr/export: Updated to 1.16.1 - [changelog](https://github.com/structurizr/export/releases/tag/v1.16.1).

## 1.33.0 (29th July 2023)

- structurizr/dsl: Updated to 1.32.0 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.32.0).
Expand Down

0 comments on commit 06ced4a

Please sign in to comment.