File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased/Snapshot]
8
8
9
- ### Added
10
-
11
- ### Fixed
12
-
13
- ### Breaking
9
+ ## [ 2.2.0]
14
10
15
11
### Changed
16
-
12
+ - Remove unused fields from TimeUtil [ # 442 ] ( https://github.com/ie3-institute/PowerSystemUtils/issues/442 )
17
13
18
14
## [ 2.1.0]
19
15
@@ -136,8 +132,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
132
### Fixed
137
133
- fixes + extensions in StandardUnits
138
134
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
141
138
[ 2.0.0 ] : https://github.com/ie3-institute/powersystemutils/compare/v1.6.0...v2.0.0
142
139
[ 1.6.0 ] : https://github.com/ie3-institute/powersystemutils/compare/v1.5.3...v1.6.0
143
140
[ 1.5.3 ] : https://github.com/ie3-institute/powersystemutils/compare/v1.5.2...v1.5.3
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
group = ' com.github.ie3-institute'
24
- version = ' 3.0-SNAPSHOT '
24
+ version = ' 2.2 '
25
25
description = ' PowerSystemUtils'
26
26
27
27
java {
You can’t perform that action at this time.
0 commit comments