File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] - 2021-03-29
8
8
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+ ### CI/CD
20
+
21
+
22
+ ## [ 2.5.0] - 2021-03-29
23
+
9
24
### Added
10
25
* New methods added to the Permutation class.
11
26
* The cycle method creates a permutation cycle.
@@ -18,12 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
33
* Minor code improvements in Permutation class (e.g., refactoring to
19
34
reduce duplicated code, and some minor code optimizations).
20
35
21
- ### Deprecated
22
-
23
- ### Removed
24
-
25
- ### Fixed
26
-
27
36
### CI/CD
28
37
* Started using CodeQL code scanning on all push/pull-request events.
29
38
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Central since version 2.1.2).
81
81
<dependency >
82
82
<groupId >org.cicirello</groupId >
83
83
<artifactId >jpt</artifactId >
84
- <version >2.4 .0</version >
84
+ <version >2.5 .0</version >
85
85
</dependency >
86
86
```
87
87
You can’t perform that action at this time.
0 commit comments