Skip to content

Commit d8b389e

Browse files
committed
Changelog for the release of version 1.0.2
1 parent f97e517 commit d8b389e

1 file changed

Lines changed: 55 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,56 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
_Nothing yet._
1010

1111

12+
## [1.0.2] - 2026-01-30
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
- Improvements to the project documentation, [#32], [#60], [#62] from [@grogy], [@jrfnl] and [@jacobcassidy].
18+
19+
### Internal
20+
- Improvements to the test suite, [#46] from [@jrfnl].
21+
- 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], [#65], [#66] from [@grogy], [@jrfnl] and [@dependabot].
22+
- Composer: give credit where credit is due, [#43] from [@jrfnl].
23+
- Composer: don't write lock file, [#47] from [@fredden].
24+
- Add Dependabot configuration, [#39], [#61] from [@jrfnl].
25+
26+
[#30]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/30
27+
[#32]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/32
28+
[#33]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/33
29+
[#34]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/34
30+
[#35]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/35
31+
[#36]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/36
32+
[#37]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/37
33+
[#38]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/38
34+
[#39]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/39
35+
[#40]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/40
36+
[#41]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/41
37+
[#43]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/43
38+
[#44]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/44
39+
[#45]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/45
40+
[#46]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/46
41+
[#47]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/47
42+
[#48]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/48
43+
[#49]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/49
44+
[#50]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/50
45+
[#51]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/51
46+
[#52]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/52
47+
[#53]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/53
48+
[#54]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/54
49+
[#55]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/55
50+
[#56]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/56
51+
[#57]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/57
52+
[#58]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/58
53+
[#59]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/59
54+
[#60]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/60
55+
[#61]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/61
56+
[#62]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/62
57+
[#63]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/63
58+
[#65]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/65
59+
[#66]: https://github.com/php-parallel-lint/PHP-Console-Color/pull/66
60+
61+
1262
## [1.0.1] - 2021-12-25
1363

1464
### Changed
@@ -82,12 +132,16 @@ _Nothing yet._
82132
- Travis: only run PHPCS on PHP 7.4 from [@jrfnl].
83133

84134

85-
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...HEAD
135+
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.2...HEAD
136+
[1.0.2]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...v1.0.2
86137
[1.0.1]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...v1.0.1
87138
[1.0]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
88139
[0.3]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3
89140

141+
[@dependabot]: https://github.com/apps/dependabot
142+
[@fredden]: https://github.com/fredden
90143
[@grogy]: https://github.com/grogy
144+
[@jacobcassidy]: https://github.com/jacobcassidy
91145
[@jrfnl]: https://github.com/jrfnl
92146
[@reedy]: https://github.com/reedy
93147
[@samnela]: https://github.com/samnela

0 commit comments

Comments
 (0)