Skip to content

Commit

Permalink
Merge pull request #307 from cicirello/prep-release-5
Browse files Browse the repository at this point in the history
Prepare release 5.0.0
  • Loading branch information
cicirello authored Nov 18, 2022
2 parents 36a624e + bac399b commit f7a2d36
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2022-11-18

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [5.0.0] - 2022-11-18

**BREAKING CHANGES:** See the Removed section for details.

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

### Deprecated

### Removed
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.

### Fixed

### Dependencies
* Bump rho-mu from 2.5.0 to 3.0.1

### CI/CD

### Other


## [4.3.1] - 2022-11-17

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and minimum supported Java version.

| version | Java requirements |
| --- | --- |
| 4.x.y | Java 17+ |
| 4.w.x to 5.y.z | Java 17+ |
| 3.x.y | Java 11+ |
| 1.x.y to 2.x.y | Java 8+ |

Expand Down Expand Up @@ -121,7 +121,7 @@ with the version you want to use.
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>jpt</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.cicirello</groupId>
<artifactId>jpt</artifactId>
<version>4-SNAPSHOT</version>
<version>5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JavaPermutationTools</name>
Expand Down

0 comments on commit f7a2d36

Please sign in to comment.