Changelog

All notable changes to phar-io/version are documented in this file using the Keep a CHANGELOG principles.

[3.2.1] - 2022-02-21

Fixed

[3.2.0] - 2022-02-21

Added

[3.1.1] - 2022-02-07

Fixed

3.1.0 - 2021-02-23

Changed

Added

Fixed

3.0.4 - 14.12.2020

Fixed

3.0.3 - 30.11.2020

Added

3.0.2 - 27.06.2020

This release now supports PHP 7.2+ and PHP ^8.0. No other changes included.

3.0.1 - 09.05.2020

Potential BC Break Notice: Version::getVersionString() no longer returns v prefixes in case the “input” string contained one. These are not part of the semver specs (see https://semver.org/#is-v123-a-semantic-version) and get stripped out. As of Version 3.1.0 Version::getOriginalString() can be used to still retrieve it as given.

Changed

Fixed

3.0.0 - 05.05.2020

Changed

Added

2.0.1 - 08.07.2018

Fixed

2.0.0 - 23.06.2018

Changes to public API:

Added

Changed

Fixed