Skip to content

Changelog for the release of version 1.0.1 #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

_Nothing yet._


## [1.0.1] - 2021-12-21

### Changed

- Support for PHP 5.3 has been restored, [#22] from [@jrfnl].

### Internal
- Travis: add build against PHP 8.0 [#12] from [@jrfnl].
- PHPCS: various improvements [#13] from [@jrfnl].
- PHPUnit: improve configuration [#14] from [@jrfnl].
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#16] from [@jrfnl].
- CI: switch to GH Actions [#17] from [@jrfnl].
- GH Actions: set error reporting to E_ALL [#18] from [@jrfnl].
- Welcome [@jrfnl] as new co-maintainer.
- Improvements to the test suite, [#14], [#16], [#19], [#23], [#24] from [@jrfnl].
- Improvements to the code consistency, [#13], [#23], [#25] from [@jrfnl].
- Improvements to the CI/QA setup, [#12], [#17], [#18], [#20], [#27], [#28] from [@jrfnl].
- Improvements to the changelog, [#21] from [@jrfnl].

[#12]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/12
[#13]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/13
[#14]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/14
[#16]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/16
[#17]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/17
[#18]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/18
[#19]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/19
[#20]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/20
[#21]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/21
[#22]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/22
[#23]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/23
[#24]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/24
[#25]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/25
[#27]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/27
[#28]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/28


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


[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...HEAD
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...v1.0.1
[1.0]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
[0.3]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3

Expand Down