Skip to content

Commit 2fb79ba

Browse files
Merge pull request #402 from ie3-institute/df/#401-merge-back-main
Merge back main release 0.12.0
2 parents ccd7822 + d9bcc6b commit 2fb79ba

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/java/edu/ie3/simona/api/data/model/ev/EvModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

version.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
33
version.buildmeta=
44
version.major=0
5-
version.minor=12
5+
version.minor=13
66
version.patch=0
77
version.prerelease=
8-
version.semver=0.12.0
8+
version.semver=0.13.0

0 commit comments

Comments
 (0)