Skip to content

Commit f7a2d36

Browse files
authored
Merge pull request #307 from cicirello/prep-release-5
Prepare release 5.0.0
2 parents 36a624e + bac399b commit f7a2d36

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] - 2022-11-18
88

9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Dependencies
20+
21+
### CI/CD
22+
23+
### Other
24+
25+
26+
## [5.0.0] - 2022-11-18
27+
928
**BREAKING CHANGES:** See the Removed section for details.
1029

1130
### Added
@@ -20,22 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2039
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
2140
methods that use a default source of randomness, but introducing nextSample methods for classes to implement.
2241

23-
### Deprecated
24-
2542
### Removed
2643
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
2744
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
2845
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
2946

30-
### Fixed
31-
3247
### Dependencies
3348
* Bump rho-mu from 2.5.0 to 3.0.1
3449

35-
### CI/CD
36-
37-
### Other
38-
3950

4051
## [4.3.1] - 2022-11-17
4152

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and minimum supported Java version.
3939

4040
| version | Java requirements |
4141
| --- | --- |
42-
| 4.x.y | Java 17+ |
42+
| 4.w.x to 5.y.z | Java 17+ |
4343
| 3.x.y | Java 11+ |
4444
| 1.x.y to 2.x.y | Java 8+ |
4545

@@ -121,7 +121,7 @@ with the version you want to use.
121121
<dependency>
122122
<groupId>org.cicirello</groupId>
123123
<artifactId>jpt</artifactId>
124-
<version>4.0.0</version>
124+
<version>5.0.0</version>
125125
</dependency>
126126
```
127127

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.cicirello</groupId>
88
<artifactId>jpt</artifactId>
9-
<version>4-SNAPSHOT</version>
9+
<version>5-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JavaPermutationTools</name>

0 commit comments

Comments
 (0)