Skip to content

Commit 48dc205

Browse files
authored
Merge pull request #517 from com-pas/release-please--branches--main--components--compas-scl-data-service
chore(main): release 0.16.0
2 parents f525fe6 + cee448a commit 48dc205

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
{
3-
".": "0.15.6"
3+
".": "0.16.0"
44
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.6...v0.16.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* [[#464](https://github.com/com-pas/compas-scl-data-service/issues/464)] added soft-delete to database (flyway file version collision) ([2c8d481](https://github.com/com-pas/compas-scl-data-service/commit/2c8d481c199700c7b67701a2b33365d0de2b6a73))
9+
* Add default lnodetype library migration ([03f3dcf](https://github.com/com-pas/compas-scl-data-service/commit/03f3dcff1543150390fd0df7090f9e74bc6552da))
10+
* Do nothing if scl file already exists ([0244162](https://github.com/com-pas/compas-scl-data-service/commit/0244162eccdadeba8da473c360e6184665ab1723))
11+
* upgraded compas-core version to 0.22.0 ([4e0dbd6](https://github.com/com-pas/compas-scl-data-service/commit/4e0dbd61d5b378b4d2a124b0f55b220bc084e5f4))
12+
13+
14+
### Documentation
15+
16+
* add required docs and codeowners config ([43eea51](https://github.com/com-pas/compas-scl-data-service/commit/43eea510827530764d9b81c5db429d31c07d7cf3))
17+
318
## [0.15.6](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.5...v0.15.6) (2025-02-10)
419

520

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.7-SNAPSHOT</version>
12+
<version>0.16.0</version>
1313
</parent>
1414

1515
<artifactId>app</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.lfenergy.compas.scl.data</groupId>
1010
<artifactId>compas-scl-data-service</artifactId>
11-
<version>0.15.7-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

repository-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.7-SNAPSHOT</version>
12+
<version>0.16.0</version>
1313
</parent>
1414

1515
<artifactId>repository-postgresql</artifactId>

repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.7-SNAPSHOT</version>
12+
<version>0.16.0</version>
1313
</parent>
1414

1515
<artifactId>repository</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.scl.data</groupId>
1111
<artifactId>compas-scl-data-service</artifactId>
12-
<version>0.15.7-SNAPSHOT</version>
12+
<version>0.16.0</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)