26 lines
854 B
Markdown
26 lines
854 B
Markdown
|
# Changelog
|
||
|
|
||
|
All notable changes to phar-io/manifest are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
||
|
|
||
|
## [2.0.1] - 27.06.2020
|
||
|
|
||
|
This release now supports the use of PHP 7.2+ and ^8.0
|
||
|
|
||
|
## [2.0.0] - 10.05.2020
|
||
|
|
||
|
This release now requires PHP 7.2+
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
- Upgraded to phar-io/version 3.0
|
||
|
- Version strings `v1.2.3` will now be converted to valid semantic version strings `1.2.3`
|
||
|
- Abreviated strings like `1.0` will get expaneded to `1.0.0`
|
||
|
|
||
|
### Unreleased
|
||
|
|
||
|
[Unreleased]: https://github.com/phar-io/version/compare/2.0.0...HEAD
|
||
|
[2.0.0]: https://github.com/phar-io/version/compare/1.0.1...2.0.0
|
||
|
[1.0.3]: https://github.com/phar-io/version/compare/1.0.2...1.0.3
|
||
|
[1.0.2]: https://github.com/phar-io/version/compare/1.0.1...1.0.2
|
||
|
[1.0.1]: https://github.com/phar-io/version/compare/1.0.0...1.0.1
|