From da08a0485c10196fa8ada9d7a62991551a11d888 Mon Sep 17 00:00:00 2001 From: Sebastian Peter Date: Mon, 4 Mar 2024 10:53:50 +0100 Subject: [PATCH] Preparing for release --- CHANGELOG.md | 7 ++++--- build.gradle | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d174d7..946feb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/build.gradle b/build.gradle index 99884fe5..23bb896a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ ext { } group = 'com.github.ie3-institute' -version = '3.0-SNAPSHOT' +version = '2.2.1' description = 'PowerSystemUtils' java {