Releases: timoschinkel/codeowners-cli
Releases · timoschinkel/codeowners-cli
1.4.0
1.3.1
Changed
- Switched inspections from Travis to Github Actions
- Updated the requirement for
timoschinkel/codeowners
to 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.2
to^7.3 || ^8.0
- Updated Psalm requirements to
^4.2
- Updated PHPUnit requirements to
^9.4
1.1.0
Added
- Added command
list-owners
that 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\ListCommandTest
to\CodeOwners\Cli\Tests\Command\ListFilesCommandTest
- Updated required version of
timoschinkel/codeowners
to^1.1.0
- Changed order for searching
CODEOWNERS
file to.github/|.gitlab/|.bitbucket/
>root
>docs/
(#6)
1.0.0
0.0.2
Added
CHANGELOG.md
CONTRIBUTING.md
Changed
- Changed location to be searched for
autoload.php
to actually allow global usage
0.0.1
- Initial version of code without unit tests
- README
- Composer configuration