Releases: timoschinkel/codeowners-cli
Releases · timoschinkel/codeowners-cli
1.6.0
1.5.1
1.5.0
1.4.1
Removed
- Dropped support for PHP 8.0
Added
- Inspections - and thus support - for PHP 8.3 and 8.4
1.4.0
Added
- Version output to
codeowners --version
Changed
- Increased requirements for
symfony/consoleandsymfony/finderto^6.0 - Increased requirements for
phpto^8.0, <8.3
1.3.1
Changed
- Switched inspections from Travis to Github Actions
- Updated the requirement for
timoschinkel/codeownersto at least2.0.0
1.3.0
Added
- Added command
list-unowned-files
1.2.0
Added
- Added development dependency to
phpspec/prophecy-phpunit
Changed
- Updated PHP requirements from
^7.2to^7.3 || ^8.0 - Updated Psalm requirements to
^4.2 - Updated PHPUnit requirements to
^9.4
1.1.0
Added
- Added command
list-ownersthat lists all owners specified in the CODEOWNERS file - Add
.gitlab/to the locations where a CODEOWNERS file is searched (#6)
Changed
- Renamed
\CodeOwners\Cli\Tests\Command\ListCommandTestto\CodeOwners\Cli\Tests\Command\ListFilesCommandTest - Updated required version of
timoschinkel/codeownersto^1.1.0 - Changed order for searching
CODEOWNERSfile to.github/|.gitlab/|.bitbucket/>root>docs/(#6)