Skip to content

Commit

Permalink
Changelog for the 2.0.3 release
Browse files Browse the repository at this point in the history
Includes updating the `VERSION` constant in the `Autoload` class.
  • Loading branch information
jrfnl committed Jan 8, 2025
1 parent da4169e commit 68d1b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [2.0.3] - 2025-01-08

This is a maintenance release.

### Changed
* README: fixed a few broken badges.
* General housekeeping.


## [2.0.2] - 2024-09-07

This is a maintenance release.
Expand Down Expand Up @@ -277,7 +286,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
Initial release.


[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.x...HEAD
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.x
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion phpunitpolyfills-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Autoload {
*
* @var string
*/
const VERSION = '2.0.2';
const VERSION = '2.0.3';

/**
* Loads a class.
Expand Down

0 comments on commit 68d1b53

Please sign in to comment.