Skip to content

Commit 5991161

Browse files
authored
Update CHANGELOG.md
1 parent e4036be commit 5991161

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### `Added` for new features
1111

12-
- The new boolean input `stop-on-manual-fix` will cause the workflow to stop (fail) if manual fixes are necessary.
13-
- Also stop with an error if some manual fixes are required on top of automatic fixes.
14-
1512
### `Changed` for changes in existing functionality
1613

1714
### `Deprecated` for soon-to-be removed features
@@ -22,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219

2320
### `Security` in case of vulnerabilities
2421

22+
## [1.1.0] - 2025-02-01
23+
24+
### Added
25+
26+
- The new boolean input `stop-on-manual-fix` will cause the workflow to stop (fail) if manual fixes are necessary.
27+
- Also stop with an error if some manual fixes are required on top of automatic fixes.
28+
- Cache `vendor/` (for a unique combination of php-version and composer.json) after a successful run in order to speed up further runs.
29+
2530
## [1.0.0] - 2025-01-18
2631

2732
- This GitHub Action automates PHPCS formatting across your project, ensuring consistent code styling by creating a new branch for review when necessary. It simplifies integrating PHPCS/PHPCBF into your workflow.
@@ -33,5 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3338
- Notice about a successful commit.
3439
- **Checkout code**: Fetches the latest changes so that modifications from a previous job are included, enabling seamless job chaining.
3540

36-
[Unreleased]: https://github.com/WorkOfStan/phpcs-fix/compare/v1.0.0...HEAD?w=1
41+
[Unreleased]: https://github.com/WorkOfStan/phpcs-fix/compare/v1.1.0...HEAD?w=1
42+
[1.1.0]: https://github.com/WorkOfStan/phpcs-fix/compare/v1.0.0...v1.1.0?w=1
3743
[1.0.0]: https://github.com/WorkOfStan/phpcs-fix/releases/tag/v1.0.0

0 commit comments

Comments
 (0)