You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

3 years ago
  1. # Changelog
  2. All notable changes to phar-io/manifest are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
  3. ## [2.0.3] - 20.07.2021
  4. - Fixed PHP 7.2 / PHP 7.3 incompatibility introduced in previous release
  5. ## [2.0.2] - 20.07.2021
  6. - Fixed PHP 8.1 deprecation notice
  7. ## [2.0.1] - 27.06.2020
  8. This release now supports the use of PHP 7.2+ and ^8.0
  9. ## [2.0.0] - 10.05.2020
  10. This release now requires PHP 7.2+
  11. ### Changed
  12. - Upgraded to phar-io/version 3.0
  13. - Version strings `v1.2.3` will now be converted to valid semantic version strings `1.2.3`
  14. - Abreviated strings like `1.0` will get expaneded to `1.0.0`
  15. ### Unreleased
  16. [Unreleased]: https://github.com/phar-io/manifest/compare/2.0.3...HEAD
  17. [2.0.3]: https://github.com/phar-io/manifest/compare/2.0.2...2.0.3
  18. [2.0.2]: https://github.com/phar-io/manifest/compare/2.0.1...2.0.2
  19. [2.0.1]: https://github.com/phar-io/manifest/compare/2.0.0...2.0.1
  20. [2.0.0]: https://github.com/phar-io/manifest/compare/1.0.1...2.0.0
  21. [1.0.3]: https://github.com/phar-io/manifest/compare/1.0.2...1.0.3
  22. [1.0.2]: https://github.com/phar-io/manifest/compare/1.0.1...1.0.2
  23. [1.0.1]: https://github.com/phar-io/manifest/compare/1.0.0...1.0.1