From bb959a474a4e929245c1f7c3e332424ca212ba3d Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 6 Jan 2025 02:32:04 +0100 Subject: [PATCH] Changelog for the 2.0.3 release Includes updating the `VERSION` constant in the `Autoload` class. --- CHANGELOG.md | 12 +++++++++++- phpunitpolyfills-autoload.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b7183..8c07c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index 61ccaed..3fe1f70 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -23,7 +23,7 @@ final class Autoload { * * @var string */ - const VERSION = '2.0.2'; + const VERSION = '2.0.3'; /** * Loads a class.