Skip to content

Commit 3e77952

Browse files
Merge pull request #446 from ie3-institute/rel/sp/#445-release-2.2
Release 2.2
2 parents 56ba3b1 + d22ee68 commit 3e77952

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased/Snapshot]
88

9-
### Added
10-
11-
### Fixed
12-
13-
### Breaking
9+
## [2.2.0]
1410

1511
### Changed
16-
12+
- Remove unused fields from TimeUtil [#442](https://github.com/ie3-institute/PowerSystemUtils/issues/442)
1713

1814
## [2.1.0]
1915

@@ -136,8 +132,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136132
### Fixed
137133
- fixes + extensions in StandardUnits
138134

139-
[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.1.0...HEAD
140-
[2.0.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.0.0...v2.1.0
135+
[Unreleased/Snapshot]: https://github.com/ie3-institute/powersystemutils/compare/v2.2.0...HEAD
136+
[2.2.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.1.0...v2.2.0
137+
[2.1.0]: https://github.com/ie3-institute/powersystemutils/compare/v2.0.0...v2.1.0
141138
[2.0.0]: https://github.com/ie3-institute/powersystemutils/compare/v1.6.0...v2.0.0
142139
[1.6.0]: https://github.com/ie3-institute/powersystemutils/compare/v1.5.3...v1.6.0
143140
[1.5.3]: https://github.com/ie3-institute/powersystemutils/compare/v1.5.2...v1.5.3

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'
2525
description = 'PowerSystemUtils'
2626

2727
java {

0 commit comments

Comments
 (0)