Skip to content

Commit

Permalink
Prepare v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Apr 23, 2024
1 parent c3fe541 commit 03b11e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ CHANGELOG
=========
All notable changes to this project will be documented in this file.

## [v4.6.1] - 2024-04-23
### Description
Half-migration of tests to PestPHP.

#### Changed
- Bugfix with external data handler since PHP 8.3.6

## [v4.6.0] - 2024-01-28
### Description
Half-migration of tests to PestPHP.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ _Both approaches can handle up to hundreds of millions of votes (or more) on mod
| Version | PHP Requirements | State | Support
| --- | --- | --- | --- |
| 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.6.0';
final public const VERSION = '4.6.1';

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

0 comments on commit 03b11e8

Please sign in to comment.