File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Expand file tree Collapse file tree 2 files changed +7
-22
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+ ## [ 0.11.0] - 2025-10-23
10+
911### Added
1012- General flex options [ #348 ] ( https://github.com/ie3-institute/simonaAPI/issues/348 )
1113- Enhanced em set points [ #357 ] ( https://github.com/ie3-institute/simonaAPI/issues/348 )
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103105- Renamed messages to ease understanding [ #62 ] ( https://github.com/ie3-institute/simonaAPI/issues/62 )
104106- Separating departures and arrivals in message protocol, properly handling exceptions [ #77 ] ( https://github.com/ie3-institute/simonaAPI/issues/77 )
105107
106- [ Unreleased/Snapshot ] : https://github.com/ie3-institute/simonaapi/compare/0.10.0...HEAD
108+ [ Unreleased/Snapshot ] : https://github.com/ie3-institute/simonaapi/compare/0.11.0...HEAD
109+ [ 0.11.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/0.10.0...0.11.0
107110[ 0.10.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/0.9.0...0.10.0
108111[ 0.9.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/0.8.0...0.9.0
109112[ 0.8.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/0.7.0...0.8.0
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ SimonaAPI requires Java to be at least Version 21.
88
99## Where to get
1010
11- Checkout latest from [ GitHub] ( https://github.com/ie3-institute/simonaAPI ) or use maven for dependency
12- management:
11+ Checkout latest from [ GitHub] ( https://github.com/ie3-institute/simonaAPI ) or use our releases on maven central:
1312
1413### Stable releases
1514
@@ -19,30 +18,13 @@ On [Maven central](https://search.maven.org/artifact/com.github.ie3-institute/si
1918<dependency >
2019 <groupId >com.github.ie3-institute</groupId >
2120 <artifactId >simonaAPI</artifactId >
22- <version >0.10 .0</version >
21+ <version >0.11 .0</version >
2322</dependency >
2423```
2524
2625### Snapshot releases
2726
28- Available on [ OSS Sonatype] ( https://s01.oss.sonatype.org/ ) .
29- Add the correct repository:
30-
31- ``` xml
32- <repositories >
33- <repository >https://s01.oss.sonatype.org/content/repositories/snapshots</repository >
34- </repositories >
35- ```
36-
37- and add the dependency:
38-
39- ``` xml
40- <dependency >
41- <groupId >com.github.ie3-institute</groupId >
42- <artifactId >simonaAPI</artifactId >
43- <version >0.11-SNAPSHOT</version >
44- </dependency >
45- ```
27+ There are currently no snapshot releases.
4628
4729## Important changes
4830
You can’t perform that action at this time.
0 commit comments