diff --git a/CHANGELOG.md b/CHANGELOG.md index 4093b4d..b272217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). _Nothing yet._ +## [1.0.2] - 2026-01-30 + +This is a maintenance release. + +### Changed +- Improvements to the project documentation, [#32], [#60], [#62] from [@grogy], [@jrfnl] and [@jacobcassidy]. + +### Internal +- Improvements to the test suite, [#46] from [@jrfnl]. +- Improvements to the CI/QA setup, [#30], [#33], [#34], [#35], [#36], [#37], [#38], [#40], [#41], [#44], [#45], [#48], [#49], [#50], [#51], [#52], [#53], [#54], [#55], [#56], [#57], [#58], [#59], [#63] from [@grogy] and [@jrfnl]. +- Composer: give credit where credit is due, [#43] from [@jrfnl]. +- Composer: don't write lock file, [#47] from [@fredden]. +- Add Dependabot configuration, [#39], [#61] from [@jrfnl]. + +[#30]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/30 +[#32]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/32 +[#33]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/33 +[#34]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/34 +[#35]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/35 +[#36]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/36 +[#37]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/37 +[#38]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/38 +[#39]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/39 +[#40]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/40 +[#41]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/41 +[#43]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/43 +[#44]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/44 +[#45]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/45 +[#46]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/46 +[#47]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/47 +[#48]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/48 +[#49]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/49 +[#50]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/50 +[#51]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/51 +[#52]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/52 +[#53]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/53 +[#54]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/54 +[#55]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/55 +[#56]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/56 +[#57]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/57 +[#58]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/58 +[#59]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/59 +[#60]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/60 +[#61]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/61 +[#62]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/62 +[#63]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/63 + + ## [1.0.1] - 2021-12-25 ### Changed @@ -82,12 +130,15 @@ _Nothing yet._ - Travis: only run PHPCS on PHP 7.4 from [@jrfnl]. -[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...v1.0.2 [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 +[@fredden]: https://github.com/fredden [@grogy]: https://github.com/grogy +[@jacobcassidy]: https://github.com/jacobcassidy [@jrfnl]: https://github.com/jrfnl [@reedy]: https://github.com/reedy [@samnela]: https://github.com/samnela