@@ -6,20 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ _ Nothing yet._
10
+
11
+
12
+ ## [ 1.0.1] - 2021-12-21
13
+
14
+ ### Changed
15
+
16
+ - Support for PHP 5.3 has been restored, [ #22 ] from [ @jrfnl ] .
17
+
9
18
### Internal
10
- - Travis: add build against PHP 8.0 [ #12 ] from [ @jrfnl ] .
11
- - PHPCS: various improvements [ #13 ] from [ @jrfnl ] .
12
- - PHPUnit: improve configuration [ #14 ] from [ @jrfnl ] .
13
- - PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [ #16 ] from [ @jrfnl ] .
14
- - CI: switch to GH Actions [ #17 ] from [ @jrfnl ] .
15
- - GH Actions: set error reporting to E_ALL [ #18 ] from [ @jrfnl ] .
19
+ - Welcome [ @jrfnl ] as new co-maintainer.
20
+ - Improvements to the test suite, [ #14 ] , [ #16 ] , [ #19 ] , [ #23 ] , [ #24 ] from [ @jrfnl ] .
21
+ - Improvements to the code consistency, [ #13 ] , [ #23 ] , [ #25 ] from [ @jrfnl ] .
22
+ - Improvements to the CI/QA setup, [ #12 ] , [ #17 ] , [ #18 ] , [ #20 ] , [ #27 ] , [ #28 ] from [ @jrfnl ] .
23
+ - Improvements to the changelog, [ #21 ] from [ @jrfnl ] .
16
24
17
25
[ #12 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/12
18
26
[ #13 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/13
19
27
[ #14 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/14
20
28
[ #16 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/16
21
29
[ #17 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/17
22
30
[ #18 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/18
31
+ [ #19 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/19
32
+ [ #20 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/20
33
+ [ #21 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/21
34
+ [ #22 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/22
35
+ [ #23 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/23
36
+ [ #24 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/24
37
+ [ #25 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/25
38
+ [ #27 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/27
39
+ [ #28 ] : https://github.com/php-parallel-lint/PHP-Console-Color/pull/28
23
40
24
41
25
42
## [ 1.0] - 2020-10-31
@@ -65,7 +82,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
65
82
- Travis: only run PHPCS on PHP 7.4 from [ @jrfnl ] .
66
83
67
84
68
- [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...HEAD
85
+ [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...HEAD
86
+ [ 1.0.1 ] : https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...v1.0.1
69
87
[ 1.0 ] : https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
70
88
[ 0.3 ] : https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3
71
89
0 commit comments