Skip to content

Commit a47deb8

Browse files
committed
Changelog for v0.15.0
1 parent 41acb2f commit a47deb8

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,29 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
44

55
## <a name="unreleased"></a>Unreleased
66

7+
## <a name="v0.14.0"></a>v0.15.0 (2021-11-07)
8+
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.14.0...v0.15.0)
9+
### Added
10+
* Add support for PHP 8.0, 8.1
11+
* Use of GitHub actions for CI
12+
13+
### Changed
14+
* PHP minimum version from >=7.2.29 to >=7.3
15+
16+
### Removed
17+
* Drop support for PHP 7.2
18+
* Use of travis-ci for CI
19+
720
## <a name="v0.14.0"></a>v0.14.0 (2020-04-17)
8-
[Full Changelog](https://github.com/tomzx/php-semver-checker-git/compare/v0.13.0...v0.14.0)
21+
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.13.0...v0.14.0)
922
### Added
1023
* [#100] Add support for PHP 7.4
1124

1225
### Removed
1326
* Drop support for PHP 5.6, 7.0, 7.1 and hhvm
1427

1528
## <a name="v0.13.0"></a>v0.13.0 (2019-04-19)
16-
[Full Changelog](https://github.com/tomzx/php-semver-checker-git/compare/v0.12.1...v0.13.0)
29+
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.12.1...v0.13.0)
1730
### Added
1831
* [#99] Add support for class [V154], class method [V150, V156, V157, V151, V152, V158, V159], function [V160], interface [V153] and trait [V155] case change
1932

@@ -24,7 +37,7 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
2437
* [#94] PHP 7.1 nullable types not supported
2538

2639
## <a name="v0.12.1"></a>v0.12.1 (2018-02-08)
27-
[Full Changelog](https://github.com/tomzx/php-semver-checker-git/compare/v0.12.0...v0.12.1)
40+
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.12.0...v0.12.1)
2841
### Changed
2942
* Remove dependency to herrera-io/phar-update in box.json
3043

0 commit comments

Comments
 (0)