File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased] - 2021-03-29
88
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+
924### Added
1025* New methods added to the Permutation class.
1126 * 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
1833* Minor code improvements in Permutation class (e.g., refactoring to
1934 reduce duplicated code, and some minor code optimizations).
2035
21- ### Deprecated
22-
23- ### Removed
24-
25- ### Fixed
26-
2736### CI/CD
2837* Started using CodeQL code scanning on all push/pull-request events.
2938
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Central since version 2.1.2).
8181<dependency >
8282 <groupId >org.cicirello</groupId >
8383 <artifactId >jpt</artifactId >
84- <version >2.4 .0</version >
84+ <version >2.5 .0</version >
8585</dependency >
8686```
8787
You can’t perform that action at this time.
0 commit comments