Skip to content

Commit f202832

Browse files
authored
Merge pull request #230 from Yoast/feature/changelog-2.0.3
Changelog for the 2.0.3 release
2 parents 22e4b7b + bb959a4 commit f202832

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [2.0.3] - 2025-01-08
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
* README: fixed a few broken badges.
18+
* General housekeeping.
19+
20+
1221
## [2.0.2] - 2024-09-07
1322

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

279288

280-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.x...HEAD
289+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.x
290+
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
281291
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
282292
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
283293
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...2.0.0

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class Autoload {
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '2.0.2';
26+
const VERSION = '2.0.3';
2727

2828
/**
2929
* Loads a class.

0 commit comments

Comments
 (0)