Skip to content

Commit

Permalink
Prepare 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Apr 7, 2023
1 parent ffaa5f0 commit 63d2be9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ CHANGELOG
=========
All notable changes to this project will be documented in this file.

## [v4.3.1] - 2023-04-07

### Changed
- Force Terminal Ansi24 (truecolor) for Docker build instead of Ansi4.

## [v4.3.0] - 2023-03-12
### Description
Require `PHP 8.2`. Include a new random vote generator API. Provide some devcontainers for dev and command line usage.
Expand Down
2 changes: 1 addition & 1 deletion src/Condorcet.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class Condorcet
final public const HOMEPAGE = 'https://github.com/julien-boudry/Condorcet';

#[PublicAPI]
final public const VERSION = '4.3.0';
final public const VERSION = '4.3.1';

#[PublicAPI]
final public const CONDORCET_BASIC_CLASS = Algo\Methods\CondorcetBasic::class;
Expand Down

0 comments on commit 63d2be9

Please sign in to comment.