File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
10
10
11
11
## Release notes
12
12
13
+ ### Release 0.14.0
14
+
15
+ Next release for testing the CoMPAS System with all components.
16
+ - [ OpenSCD CoMPAS Edition] ( https://github.com/com-pas/compas-open-scd ) (Version 0.24.0.3):
17
+ - Filter (on labels) when opening project;
18
+ - [ SCL Validator Service] ( https://github.com/com-pas/compas-scl-validator ) (Version 0.4.4):
19
+ - Added CoMPAS XSD to validated CoMPAS private elements;
20
+ - Updated libraries to the latest versions;
21
+ - [ SCL Data Service] ( https://github.com/com-pas/compas-scl-data-service ) (Version 0.11.1):
22
+ - Improved performance PostgreSQL implementation regarding labels;
23
+ - Updated libraries to the latest versions;
24
+
13
25
### Release 0.13.0
14
26
15
27
Next release for testing the CoMPAS System with all components.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
39
39
scl-data-service :
40
40
labels :
41
41
compas : true
42
- image : " lfenergy/compas-scl-data-service:0.11.0 -basex"
42
+ image : " lfenergy/compas-scl-data-service:0.11.1 -basex"
43
43
ports :
44
44
- " 9090:8080"
45
45
environment :
@@ -117,7 +117,7 @@ services:
117
117
scl-validator :
118
118
labels :
119
119
compas : true
120
- image : " lfenergy/compas-scl-validator:0.4.3 "
120
+ image : " lfenergy/compas-scl-validator:0.4.4 "
121
121
ports :
122
122
- " 9093:8080"
123
123
environment :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
46
46
scl-data-service :
47
47
labels :
48
48
compas : true
49
- image : " lfenergy/compas-scl-data-service:0.11.0 -postgresql"
49
+ image : " lfenergy/compas-scl-data-service:0.11.1 -postgresql"
50
50
ports :
51
51
- " 9090:8080"
52
52
environment :
@@ -124,7 +124,7 @@ services:
124
124
scl-validator :
125
125
labels :
126
126
compas : true
127
- image : " lfenergy/compas-scl-validator:0.4.3 "
127
+ image : " lfenergy/compas-scl-validator:0.4.4 "
128
128
ports :
129
129
- " 9093:8080"
130
130
environment :
You can’t perform that action at this time.
0 commit comments