Skip to content

Commit

Permalink
Merge pull request #491 from cicirello/prep-release-6
Browse files Browse the repository at this point in the history
Prepare to release 6.0.0
  • Loading branch information
cicirello authored Sep 2, 2022
2 parents 6fa1337 + 41de4df commit 6e297ac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2022-09-02

**BREAKING CHANGES:** The next release includes breaking changes (see Removed and Changed sections).
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [6.0.0] - 2022-09-02

**BREAKING CHANGES:** This release includes breaking changes (see Removed and Changed sections).

### Added
* Crossover operators for permutations:
Expand All @@ -29,25 +48,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* For clarity, renamed GenerationalNANDOperatorsEvolutionaryAlgorithm to
GenerationalEvolutionaryAlgorithmMutuallyExclusiveOperators (BREAKING CHANGE).

### Deprecated

### Removed
* The following classes, previously deprecated in 5.1.0:
* ShiftedFitnessProportionalSelection, replaced by combination of FitnessShifter with FitnessProportionalSelection.
* ShiftedStochasticUniversalSampling, replaced by combination of FitnessShifter with StochasticUniversalSampling.
* BiasedShiftedFitnessProportionalSelection, replaced by combination of FitnessShifter with BiasedFitnessProportionalSelection.
* BiasedShiftedStochasticUniversalSampling, replaced by combination of FitnessShifter with BiasedStochasticUniversalSampling.

### Fixed

### Dependencies
* Bump jpt from 4.0.0 to 4.2.0
* Bump rho-mu from 2.3.2 to 2.4.2

### CI/CD

### Other


## [5.2.0] - 2022-08-01

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See the following table for a mapping between library version and minimum suppor

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

Expand Down Expand Up @@ -136,7 +136,7 @@ the version number with the version that you want to use.
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>chips-n-salsa</artifactId>
<version>5.0.0</version>
<version>6.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>chips-n-salsa</artifactId>
<version>5-SNAPSHOT</version>
<version>6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Chips-n-Salsa</name>
Expand Down

0 comments on commit 6e297ac

Please sign in to comment.