Releases: Roave/BackwardCompatibilityCheck
Releases · Roave/BackwardCompatibilityCheck
8.3.0
Release Notes for 8.3.0
Feature release (minor)
8.3.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
enhancement
- 726: Update russian spelling thanks to @weirdan
- 700: Handle reflection error in retrieving default values thanks to @DanielBadura
bug
- 725: Merge release 8.2.1 into 8.3.x thanks to @github-actions[bot]
renovate
- 720: Update dependency vimeo/psalm to ^5.3.0 thanks to @renovate[bot]
8.2.1
Release Notes for 8.2.1
8.2.x bugfix release (patch)
8.2.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
bug
8.2.0
Release Notes for 8.2.0
Feature release (minor)
8.2.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
enhancement
renovate
- 713: Update dependency doctrine/coding-standard to v11 thanks to @renovate[bot]
- 712: Update all non-major dependencies thanks to @renovate[bot]
- 706: Update dependency vimeo/psalm to ^5.1.0 thanks to @renovate[bot]
- 696: Lock file maintenance thanks to @renovate[bot]
duplicate,renovate
- 705: Update all non-major dependencies thanks to @renovate[bot]
8.1.0
Release Notes for 8.1.0
Feature release (minor)
8.1.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
enhancement
8.0.0
Release Notes for 8.0.0
Backwards incompatible release (major)
This release changes the base REF from which BC breaks are computed: it was X.Y.0
before, and it is now X.Y.Z
(considers also Z
).
To do so, we moved some classes around:
Class Roave\BackwardCompatibility\Git\PickLastMinorVersionFromCollection has been deleted
8.0.0
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
bc break,enhancement
- 687: Pick latest release as a reference, instead of the last minor release thanks to @michael-rubel and @ondrejmirtes
renovate
- 685: Update dependency azjezz/psl to ^2.1.0 thanks to @renovate[bot]
- 681: Update dependency roave/better-reflection to ^6.4.0 thanks to @renovate[bot]
7.4.0
Release Notes for 7.4.0
Feature release (minor)
7.4.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
dependencies,enhancement
- 680: Upgrade all minor dependency versions to their latest and greatest thanks to @Ocramius
- 677: Configure Renovate thanks to @renovate[bot]
renovate
- 678: Roll back fnkr/github-action-ghr action to v1.3 thanks to @renovate[bot]
7.3.0
Release Notes for 7.3.0
Feature release (minor)
7.3.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
bug
- 657: Always cleanup the temporary directory in github actions formatter test even if the assertion fails. thanks to @mad-briller
enhancement
- 654: Added junit formatter. thanks to @mad-briller
dependencies,php
- 645: Bump symfony/filesystem from 6.0.13 to 6.1.5 thanks to @dependabot[bot]
7.2.0
Release Notes for 7.2.0
Feature release (minor)
7.2.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
dependencies,php
7.1.0
Release Notes for 7.1.0
Feature release (minor)
7.1.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 1
dependencies,php
- 596: Bump doctrine/coding-standard from 9.0.0 to 10.0.0 thanks to @dependabot[bot]
- 557: Bump phpstan/phpdoc-parser from 1.5.1 to 1.6.4 thanks to @dependabot[bot]
- 553: Bump phpunit/phpunit from 9.5.20 to 9.5.21 thanks to @dependabot[bot]
- 547: Bump composer/composer from 2.3.5 to 2.3.8 thanks to @dependabot[bot]
dependencies,github_actions
7.0.0
Release Notes for 7.0.0
Backwards incompatible release (major)
Due to BC breaks in symfony/console:^6
, some incompatible changes were introduced:
The parameter $definition of Symfony\Component\Console\Command\Command#setDefinition() changed from no type to a non-contravariant array|Symfony\Component\Console\Input\InputDefinition
The parameter $default of Symfony\Component\Console\Command\Command#addArgument() changed from no type to a non-contravariant mixed|null
The parameter $shortcut of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant string|array
The parameter $default of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant mixed|null
7.0.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
dependencies,php
- 494: Bump psr/log from 2.0.0 to 3.0.0 thanks to @dependabot[bot]
bc break,dependencies,php
- 493: Bump symfony/console from 5.4.5 to 6.0.5 thanks to @dependabot[bot]