Skip to content

Commit

Permalink
Prepare 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Jan 28, 2024
1 parent 7e189f6 commit 56ee1be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ CHANGELOG
=========
All notable changes to this project will be documented in this file.

## [v4.6.0] - 2024-01-28
### Description
Half-migration of tests to PestPHP.

## [v4.5.1] - 2023-12-01
### Description
Support for Symfony 7 components

## [v4.5.0] - 2023-07-11
### Description
A major release, including two new voting methods, additions to the internal API, and additions to the public API. It also comes with its fair share of refinements and fixes in various areas, notably the Console.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ _Both approaches can handle up to hundreds of millions of votes (or more) on mod
| Version | PHP Requirements | State | Support
| --- | --- | --- | --- |
| 4.5 | 8.2 | Stable | ✔ _support provided_
| 4.2 | 8.1 | Old Stable | ✔ _support provided_
| 4.6 | 8.2 | Stable | ✔ _support provided_
| 4.5 | 8.2 | Old Stable | ✔ _support provided_
| 3.x | 8.1 | Old Stable | ❌ _not any support_
| 2.2 | 7.4 | Old Stable | ❌ _support requiring some bait_
| 2.0 | 7.1 | Old Stable | ❌ _not any support_
Expand Down
2 changes: 1 addition & 1 deletion src/Condorcet.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ abstract class Condorcet
final public const HOMEPAGE = 'https://github.com/julien-boudry/Condorcet';

#[PublicAPI]
final public const VERSION = '4.5.1';
final public const VERSION = '4.6.0';

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

0 comments on commit 56ee1be

Please sign in to comment.