Skip to content

Commit d4bd5e2

Browse files
committed
Prep for release
1 parent bf85c7c commit d4bd5e2

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
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-04-02
88

9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### CI/CD
20+
21+
22+
## [2.6.0] - 2021-04-02
23+
924
### Added
1025
* Added the `Permutation.Mechanic.set(Permutation, int[], int, int, int)` method.
1126

@@ -24,14 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2439
changes to interfaces were done in such a way that all inherited methods have default
2540
implementations.
2641

27-
### Deprecated
28-
29-
### Removed
30-
31-
### Fixed
32-
33-
### CI/CD
34-
3542

3643
## [2.5.0] - 2021-03-29
3744

README.md

Lines changed: 1 addition & 1 deletion
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.5.0</version>
84+
<version>2.6.0</version>
8585
</dependency>
8686
```
8787

0 commit comments

Comments
 (0)