Skip to content

Commit

Permalink
Adds support for deployment elements to be grouped.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 29, 2023
1 parent 20951b5 commit f571764
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '1.23.2'
version = '1.24.0'

repositories {
mavenCentral()
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.24.0 (unreleased)

- Adds support for deployment elements to be grouped.

## 1.23.2 (24th March 2023)

- `DynamicView.endParallelSequences(true)` will now increment the counter when no relationships have been defined in the parallel sequence.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This is the superclass for model elements that describe deployment nodes, infrastructure nodes, and container instances.
*/
public abstract class DeploymentElement extends Element {
public abstract class DeploymentElement extends GroupableElement {

public static final String DEFAULT_DEPLOYMENT_ENVIRONMENT = "Default";
public static final String DEFAULT_DEPLOYMENT_GROUP = "Default";
Expand Down

0 comments on commit f571764

Please sign in to comment.