Skip to content

Commit e4d7b58

Browse files
committed
Changelog for the release of version 1.0.2
1 parent 5475490 commit e4d7b58

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,54 @@ 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+
18+
### Internal
19+
- Improvements to the test suite, [#46] from [@jrfnl].
20+
- 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].
21+
- Improvements to the readme, [#32], [#60], [#62] from [@grogy], [@jrfnl] and [@jacobcassidy].
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+
59+
1260
## [1.0.1] - 2021-12-25
1361

1462
### Changed
@@ -82,12 +130,15 @@ _Nothing yet._
82130
- Travis: only run PHPCS on PHP 7.4 from [@jrfnl].
83131

84132

85-
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...HEAD
133+
[Unreleased]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.2...HEAD
134+
[1.0.2]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0.1...v1.0.2
86135
[1.0.1]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v1.0...v1.0.1
87136
[1.0]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.3...v1.0
88137
[0.3]: https://github.com/php-parallel-lint/PHP-Console-Color/compare/v0.2...v0.3
89138

139+
[@fredden]: https://github.com/fredden
90140
[@grogy]: https://github.com/grogy
141+
[@jacobcassidy]: https://github.com/jacobcassidy
91142
[@jrfnl]: https://github.com/jrfnl
92143
[@reedy]: https://github.com/reedy
93144
[@samnela]: https://github.com/samnela

0 commit comments

Comments
 (0)