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
66
77## [ Unreleased/Snapshot]
88
9+ ## [ 1.1.0] - 2020-09-15
10+
911### Added
1012- Headline in csv files is now mandatory. CsvDataSource checks for existing field ` uuid ` in first row of .csv file
1113- Minor logging improvements
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ repositories {
5353
5454dependencies {
5555 // 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'
5757
5858 compile " tec.uom:uom-se:$unitsOfMeasurementVersion "
5959
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ management:
1818
1919Stable releases
2020===============
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 >`_:
2222
2323.. code-block :: xml
2424
2525 <dependency >
2626 <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 >
2929 </dependency >
3030
3131 Snapshot releases
@@ -45,6 +45,6 @@ and add the dependency:
4545
4646 <dependency >
4747 <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 >
5050 </dependency >
Original file line number Diff line number Diff line change 11# 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
33version.buildmeta =
44version.major =1
5- version.minor =0
5+ version.minor =1
66version.patch =0
77version.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