diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e54bb..816faa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,25 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses _Nothing yet._ +## [1.0.2] - 2021-10-03 + +As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions, the PHPUnit Polyfills can be installed directly from this action using the `tools` key. + +### Added +* README: FAQ section about installing and using the library via the `shivammathur/setup-php` action. PR [#52] + +### Changed +* README: minor textual clarifications and improvements. PRs [#52], [$54], props [Pierre Gordon]. +* General housekeeping. + +### Fixed +* Autoloader: improved compatibility with packages which create a `class_alias` for the `PHPUnit_Runner_Version` or `PHPUnit\Runner\Version` class. PR [#59] + +[#52]: https://github.com/Yoast/PHPUnit-Polyfills/pull/52 +[#54]: https://github.com/Yoast/PHPUnit-Polyfills/pull/54 +[#59]: https://github.com/Yoast/PHPUnit-Polyfills/pull/59 + + ## [1.0.1] - 2021-08-09 ### Added @@ -81,6 +100,7 @@ Initial release. [Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD +[1.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/0.2.0...1.0.0 [0.2.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/0.1.0...0.2.0 @@ -90,3 +110,5 @@ Initial release. [Marc Siegrist]: https://github.com/mergeMarc [Mark Baker]: https://github.com/MarkBaker [Pascal Birchler]: https://github.com/swissspidy +[Pierre Gordon]: https://github.com/pierlon + diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index 871d10a..b4c8cfd 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -17,7 +17,7 @@ class Autoload { * * @var string */ - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; /** * Loads a class.