Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparations for release 0.2.0 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased/Snapshot]

## [0.2.0] - 2022-01-07

### Changed
- BREAKING: replaced [Unit API 1.0](https://github.com/unitsofmeasurement/uom-se) (JSR 363, tec.uom.se) with [Unit API 2.0](https://github.com/unitsofmeasurement/indriya) (JSR 385, tech.units.indriya)
- BREAKING: replaced [Unit API 1.0](https://github.com/unitsofmeasurement/uom-se) (JSR 363, tec.uom.se) with [Unit API 2.0](https://github.com/unitsofmeasurement/indriya) (JSR 385, tech.units.indriya)
- Updated dependencies: PSDM, PSU, log4j, slf4j, apache poi, controlsfx, mockito, spock, gluon, osmonaut, jgrapht
- Updated gradle plugins: spotbugs, shadow, spotless, sonarqube

## **0.1.0** - 2020-11-05
## [0.1.0] - 2020-11-05

### Added
- Basic input and output handling for grid models provided by csv files following the specifications of [PowerSystemDataModel](https://raw.githubusercontent.com/ie3-institute/PowerSystemDataModel) - up to version 1.3.2
- Visualisation of the grid model including system participants (e.g. loads, pv plants, ...)
- Basic editing functionality (Renaming, moving around nodes to alter their geographical position, ...)

[Unreleased/Snapshot]: https://github.com/ie3-institute/NetPadPlusPlus/compare/0.2.0...HEAD
[0.2.0]: https://github.com/ie3-institute/NetPadPlusPlus/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/ie3-institute/NetPadPlusPlus/compare/9837c200dafb3b73f9561725825d1a61ca5ae286...0.1.0
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ plugins {
id 'jacoco' // java code coverage plugin
id "org.sonarqube" version "3.3" // sonarqube
id "com.github.johnrengelman.shadow" version "7.1.2" // fat jar
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning
}

ext {
Expand Down
8 changes: 8 additions & 0 deletions version.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Generated by the Semver Plugin for Gradle
#Fri Jan 07 09:21:03 CET 2022
version.buildmeta=
version.major=0
version.minor=2
version.patch=0
version.prerelease=
version.semver=0.2.0