File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
src/main/java/edu/ie3/simona/api/data/model/ev Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased/Snapshot]
88
9+ ### Added
10+
11+ ### Changed
12+
13+ ### Fixed
14+
15+ ## [ 0.12.0] - 2025-11-20
16+
917### Added
1018- Adding some utility methods [ #368 ] ( https://github.com/ie3-institute/simonaAPI/issues/368 )
1119- Extending flex option handling in ` ExtInputContainer ` [ #371 ] ( https://github.com/ie3-institute/simonaAPI/issues/371 )
1220- Enhancing ` ExtInputContainer ` with ` hasData ` methods [ #382 ] ( https://github.com/ie3-institute/simonaAPI/issues/382 )
1321
1422### Changed
1523- Changes to sent and received em data [ #2366 ] ( https://github.com/ie3-institute/simonaAPI/issues/366 )
16- - Changed the PRated in the EvModel to SRated and added cosphi to the model [ #259 ] ( https://github.com/ie3-institute/simonaAPI/issues/259 )
24+ - Changed the PRated in the EvModel to SRated and added cosPhi to the model [ #259 ] ( https://github.com/ie3-institute/simonaAPI/issues/259 )
1725- Update ` Gradle ` to 9.2.0 [ #381 ] ( https://github.com/ie3-institute/simonaAPI/issues/381 )
1826- Update ` Gradle ` to 9.2.1 [ #389 ] ( https://github.com/ie3-institute/simonaAPI/issues/389 )
1927
2028### Fixed
2129- Issues related to em data [ #366 ] ( https://github.com/ie3-institute/simonaAPI/issues/366 )
22- - ` Fixed bugs in ` ExtEntityMapping` [ #373 ] ( https://github.com/ie3-institute/simonaAPI/issues/373 )
30+ - Fixed bugs in ` ExtEntityMapping ` [ #373 ] ( https://github.com/ie3-institute/simonaAPI/issues/373 )
2331- Fixed changelog entry #366 [ #378 ] ( https://github.com/ie3-institute/simonaAPI/issues/366 )
2432- Fix considered data in ` ExtEntityMapping.getAssets() ` [ #384 ] ( https://github.com/ie3-institute/simonaAPI/issues/384 )
2533
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public interface EvModel {
3535 /**
3636 * @return the power factor of this ev
3737 */
38- Double getCosPhiRated ();
38+ double getCosPhiRated ();
3939
4040 /**
4141 * @return the storage capacity of this ev's battery
Original file line number Diff line number Diff line change 11# Generated by the Semver Plugin for Gradle
2- # Thu Oct 23 14:05:49 CEST 2025
2+ # Fri Nov 28 10:44:09 CET 2025
33version.buildmeta =
44version.major =0
5- version.minor =12
5+ version.minor =13
66version.patch =0
77version.prerelease =
8- version.semver =0.12 .0
8+ version.semver =0.13 .0
You can’t perform that action at this time.
0 commit comments