Skip to content

Commit 71851b6

Browse files
authored
Merge pull request #429 from PHPCSStandards/feature/changelog-1.0.1
Changelog for PHPCSUtils 1.0.1
2 parents 5db16ef + 2a1238b commit 71851b6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
99

1010
_Nothing yet._
1111

12+
## [1.0.1] - 2023-01-05
13+
14+
### Changed
15+
16+
#### Other
17+
18+
* Composer: The version requirements for the [Composer PHPCS plugin] have been widened to allow for version 1.0.0. [#428]
19+
Please ensure you run `composer update phpcsstandards/phpcsutils --with-dependencies` to benefit from this.
20+
* Removed the references to pre-1.0.0 QA releases from the docs. [#425]
21+
* Various small housekeeping and maintainance updates. Thanks [@szepeviktor] for contributing.
22+
23+
[#425]: https://github.com/PHPCSStandards/PHPCSUtils/pull/425
24+
[#428]: https://github.com/PHPCSStandards/PHPCSUtils/pull/428
25+
1226

1327
## [1.0.0] - 2023-01-04
1428

@@ -765,6 +779,7 @@ This initial alpha release contains the following utility classes:
765779

766780

767781
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
782+
[1.0.1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0...1.0.1
768783
[1.0.0]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-rc1...1.0.0
769784
[1.0.0-rc1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-alpha4...1.0.0-rc1
770785
[1.0.0-alpha4]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-alpha3...1.0.0-alpha4
@@ -802,4 +817,5 @@ This initial alpha release contains the following utility classes:
802817
[`UseStatements`]: https://phpcsutils.com/phpdoc/classes/PHPCSUtils-Utils-UseStatements.html
803818
[`Variables`]: https://phpcsutils.com/phpdoc/classes/PHPCSUtils-Utils-Variables.html
804819

805-
[@GaryJones]: https://github.com/GaryJones
820+
[@GaryJones]: https://github.com/GaryJones
821+
[@szepeviktor]: https://github.com/szepeviktor

0 commit comments

Comments
 (0)