File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
10
10
11
11
## Release notes
12
12
13
+ ### Release 0.8.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.16.0.0):
17
+ - See details in [ Release notes] ( https://github.com/openscd/open-scd/releases/tag/v0.16.0 ) ;
18
+ - [ SCL Data Service] ( https://github.com/com-pas/compas-scl-data-service ) (Version 0.9.6):
19
+ - Updated libraries to the latest versions;
20
+ - [ SCL Auto Alignment Service] ( https://github.com/com-pas/compas-scl-auto-alignment ) (Version 0.2.4):
21
+ - Updated libraries to the latest versions;
22
+ - [ CIM Mapping Service] ( https://github.com/com-pas/compas-cim-mapping ) (Version 0.8.7):
23
+ - Updated libraries to the latest versions;
24
+ - [ SCL Validator Service] ( https://github.com/com-pas/compas-scl-validator ) (Version 0.2.0):
25
+ - Updated libraries to the latest versions;
26
+
13
27
### Release 0.7.0
14
28
15
29
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.9.5 -basex"
42
+ image : " lfenergy/compas-scl-data-service:0.9.6 -basex"
43
43
ports :
44
44
- " 9090:8080"
45
45
environment :
@@ -69,7 +69,7 @@ services:
69
69
cim-mapping :
70
70
labels :
71
71
compas : true
72
- image : " lfenergy/compas-cim-mapping:0.8.6 "
72
+ image : " lfenergy/compas-cim-mapping:0.8.7 "
73
73
ports :
74
74
- " 9091:8080"
75
75
environment :
@@ -93,7 +93,7 @@ services:
93
93
scl-auto-alignment :
94
94
labels :
95
95
compas : true
96
- image : " lfenergy/compas-scl-auto-alignment:0.2.3 "
96
+ image : " lfenergy/compas-scl-auto-alignment:0.2.4 "
97
97
ports :
98
98
- " 9092:8080"
99
99
environment :
@@ -117,7 +117,7 @@ services:
117
117
scl-validator :
118
118
labels :
119
119
compas : true
120
- image : " lfenergy/compas-scl-validator:0.1.4 "
120
+ image : " lfenergy/compas-scl-validator:0.2.0 "
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.9.5 -postgresql"
49
+ image : " lfenergy/compas-scl-data-service:0.9.6 -postgresql"
50
50
ports :
51
51
- " 9090:8080"
52
52
environment :
@@ -76,7 +76,7 @@ services:
76
76
cim-mapping :
77
77
labels :
78
78
compas : true
79
- image : " lfenergy/compas-cim-mapping:0.8.6 "
79
+ image : " lfenergy/compas-cim-mapping:0.8.7 "
80
80
ports :
81
81
- " 9091:8080"
82
82
environment :
@@ -100,7 +100,7 @@ services:
100
100
scl-auto-alignment :
101
101
labels :
102
102
compas : true
103
- image : " lfenergy/compas-scl-auto-alignment:0.2.3 "
103
+ image : " lfenergy/compas-scl-auto-alignment:0.2.4 "
104
104
ports :
105
105
- " 9092:8080"
106
106
environment :
@@ -124,7 +124,7 @@ services:
124
124
scl-validator :
125
125
labels :
126
126
compas : true
127
- image : " lfenergy/compas-scl-validator:0.1.4 "
127
+ image : " lfenergy/compas-scl-validator:0.2.0 "
128
128
ports :
129
129
- " 9093:8080"
130
130
environment :
You can’t perform that action at this time.
0 commit comments