File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased/Snapshot]
8
8
9
+ ## [ 1.1.0] - 2020-09-15
10
+
9
11
### Added
10
12
- Headline in csv files is now mandatory. CsvDataSource checks for existing field ` uuid ` in first row of .csv file
11
13
- Minor logging improvements
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ repositories {
53
53
54
54
dependencies {
55
55
// ie³ power system utils
56
- compile ' com.github.ie3-institute:PowerSystemUtils:1.3.2-SNAPSHOT '
56
+ compile ' com.github.ie3-institute:PowerSystemUtils:1.3.2'
57
57
58
58
compile " tec.uom:uom-se:$unitsOfMeasurementVersion "
59
59
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ management:
18
18
19
19
Stable releases
20
20
===============
21
- On `Maven central <https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils >`_:
21
+ On `Maven central <https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemDataModel >`_:
22
22
23
23
.. code-block :: xml
24
24
25
25
<dependency >
26
26
<groupId >com.github.ie3-institute</groupId >
27
- <artifactId >PowerSystemUtils </artifactId >
28
- <version >1.3.1 </version >
27
+ <artifactId >PowerSystemDataModel </artifactId >
28
+ <version >1.1.0 </version >
29
29
</dependency >
30
30
31
31
Snapshot releases
@@ -45,6 +45,6 @@ and add the dependency:
45
45
46
46
<dependency >
47
47
<groupId >com.github.ie3-institute</groupId >
48
- <artifactId >PowerSystemUtils </artifactId >
49
- <version >1.3.2 -SNAPSHOT</version >
48
+ <artifactId >PowerSystemDataModel </artifactId >
49
+ <version >2.0 -SNAPSHOT</version >
50
50
</dependency >
Original file line number Diff line number Diff line change 1
1
# Generated by the Semver Plugin for Gradle
2
- # Fri Sep 11 12:40:49 CEST 2020
2
+ # Fri Sep 11 17:00:46 CEST 2020
3
3
version.buildmeta =
4
4
version.major =1
5
- version.minor =0
5
+ version.minor =1
6
6
version.patch =0
7
7
version.prerelease =
8
- version.semver =1.0 .0
8
+ version.semver =1.1 .0
You can’t perform that action at this time.
0 commit comments