Skip to content

Commit a0cd3c2

Browse files
chore(main): release 0.16.0
1 parent f525fe6 commit a0cd3c2

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
### Bug Fixes
15+
16+
* add SPDX license information to documentation files ([4b408cc](https://github.com/com-pas/compas-scl-data-service/commit/4b408cc5a1397870f3e23fadf26e88f0f080e7f9))
17+
* Fix header meta data ([fc98b66](https://github.com/com-pas/compas-scl-data-service/commit/fc98b667f3d4888b76864fa136bdc0c0b862135c))
18+
* Fix on conflict ([d4a912c](https://github.com/com-pas/compas-scl-data-service/commit/d4a912c6ba25872ffd2e9b93893dae238904880b))
19+
* Fix scl file name ([052bc19](https://github.com/com-pas/compas-scl-data-service/commit/052bc19a97c9a9eba4a72a8bd2851f252e4faaf8))
20+
* update SPDX copyright year to 2025 in documentation files ([2bc01ab](https://github.com/com-pas/compas-scl-data-service/commit/2bc01ab5d4b4ed534dea15151e96102d4559e3c6))
21+
22+
23+
### Documentation
24+
25+
* add required docs and codeowners config ([43eea51](https://github.com/com-pas/compas-scl-data-service/commit/43eea510827530764d9b81c5db429d31c07d7cf3))
26+
327
## [0.15.6](https://github.com/com-pas/compas-scl-data-service/compare/v0.15.5...v0.15.6) (2025-02-10)
428

529

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)