Skip to content

Commit 43a4c80

Browse files
committed
prep for release
1 parent a240eeb commit 43a4c80

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

+15-6
Original file line numberDiff line numberDiff 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

README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)