Skip to content

Commit 4a088f1

Browse files
authored
Merge pull request #166 from Yoast/feature/changelog-2.0.1-release
Changelog for the 2.0.1 release
2 parents 17f46e2 + 42c0c72 commit 4a088f1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [2.0.1] - 2024-04-05
13+
14+
### Added
15+
* Compatibility fixes for running tests using a PHPUnit PHAR file for PHPUnit 8.5.38+, 9.6.19+ and PHPUnit 10.5.17+. PRs [#161], [#164].
16+
17+
### Changed
18+
* General housekeeping.
19+
20+
[#164]: https://github.com/Yoast/PHPUnit-Polyfills/pull/164
21+
22+
1223
## [2.0.0] - 2023-06-06
1324

1425
### PHPUnit 10 support
@@ -231,7 +242,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
231242
Initial release.
232243

233244

234-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
245+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.x...HEAD
246+
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
235247
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...2.0.0
236248
[1.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1
237249
[1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class Autoload {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '2.0.0';
22+
const VERSION = '2.0.1';
2323

2424
/**
2525
* Loads a class.

0 commit comments

Comments
 (0)