Skip to content

Commit

Permalink
Merge pull request #453 from ie3-institute/rel/sp/#452-release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
sebastian-peter authored Mar 4, 2024
2 parents 70d65b6 + da08a04 commit 3122cd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased/Snapshot]

## [2.2.1]

### Changed
- `GeoUtils.calcOrderedCoordinateDistances()` now returns a manually sorted `List` instead of a `SortedSet` [#449](https://github.com/ie3-institute/PowerSystemUtils/issues/449)


### Fixed
- Bug where `GeoUtils.calcOrderedCoordinateDistances()` didn't return all `CoordinateDistance` [#449](https://github.com/ie3-institute/PowerSystemUtils/issues/449)


## [2.2.0]

### Changed
Expand Down Expand Up @@ -140,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fixes + extensions in StandardUnits

[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.0...HEAD
[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/ie3-institute/powersystemutils/compare/v1.6.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
}

group = 'com.github.ie3-institute'
version = '3.0-SNAPSHOT'
version = '2.2.1'
description = 'PowerSystemUtils'

java {
Expand Down

0 comments on commit 3122cd7

Please sign in to comment.