Skip to content

Commit 3122cd7

Browse files
Merge pull request #453 from ie3-institute/rel/sp/#452-release-2.2.1
Release 2.2.1
2 parents 70d65b6 + da08a04 commit 3122cd7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased/Snapshot]
88

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

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

16-
1717
## [2.2.0]
1818

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

143-
[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.0...HEAD
143+
[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.1...HEAD
144+
[2.2.1]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.0...v2.2.1
144145
[2.2.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.1.0...v2.2.0
145146
[2.1.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.0.0...v2.1.0
146147
[2.0.0]: https://github.com/ie3-institute/powersystemutils/compare/v1.6.0...v2.0.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
}
2222

2323
group = 'com.github.ie3-institute'
24-
version = '3.0-SNAPSHOT'
24+
version = '2.2.1'
2525
description = 'PowerSystemUtils'
2626

2727
java {

0 commit comments

Comments
 (0)