Skip to content

Commit 5f683d3

Browse files
jrfnlgrogy
authored andcommitted
Changelog for the release of version 1.0.1
As of this release, I propose to be less detailed about internal changes, as those aren't that relevant to end-users anyway.
1 parent ab1fcf5 commit 5f683d3

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

CHANGELOG.md

+25-7
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

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+
918
### 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].
1624

1725
[#12]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/12
1826
[#13]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/13
1927
[#14]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/14
2028
[#16]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/16
2129
[#17]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/17
2230
[#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
2340

2441

2542
## [1.0] - 2020-10-31
@@ -65,7 +82,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6582
- Travis: only run PHPCS on PHP 7.4 from [@jrfnl].
6683

6784

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
6987
[1.0]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
7088
[0.3]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3
7189

0 commit comments

Comments
 (0)