Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asispts committed Nov 3, 2023
1 parent adc9b6f commit f4e4d3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [2.0.0] - 2023-11-03
### Added
- Support fully qualified global constant
- Detect and remove useless property, parameter, and return annotations
- Detect and remove empty comment
- Disallow empty function unless contains a comment
- Use a static closure if possible

### Changed
- Change the maximum line length to 140 characters.
- Increase the percentage of commented-out code to 75%

### Removed
- Remove the rule `SlevomatCodingStandard.Functions.UnusedParameter`


## [1.1.0] - 2023-05-10
### Added
- Disallow one-line property doc comment rule
Expand All @@ -20,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release


[Unreleased]: https://github.com/asispts/ptscs/compare/v1.1.0...master
[Unreleased]: https://github.com/asispts/ptscs/compare/v2.0.0...master
[2.0.0]: https://github.com/asispts/ptscs/releases/tag/v2.0.0
[1.1.0]: https://github.com/asispts/ptscs/releases/tag/v1.1.0
[1.0]: https://github.com/asispts/ptscs/releases/tag/v1.0
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,5 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^8.5.14|^9.5|^10.0"
},
"extra": {
"branch-alias": {
"dev-main": "2.0-dev"
}
}
}

0 comments on commit f4e4d3d

Please sign in to comment.