Releases: shivas/versioning-bundle
Releases · shivas/versioning-bundle
4.2.0
4.1.2
What's Changed
- Use explicit nullable type in GitRepositoryProviderTest. by @whataboutpereira in #99
- Symfony 7.4: xml format is deprecated for service configuration by @Supportic in #100
New Contributors
- @whataboutpereira made their first contribution in #99
- @Supportic made their first contribution in #100
Full Changelog: 4.1.1...4.1.2
4.1.1
4.1.0
4.0.3
What's Changed
- Fix GitDescribeFormatter prerelease versions by @nitwhiz in #91
- Add github folder to .gitattributes by @VincentLanglet in #92
Full Changelog: 4.0.2...4.0.3
Version 4.0.2
Version 4.0.1
Version 4.0.0
Added
- PHP 8 support. #78 #81
- Update to nikolaposa/version to version 4. Thanks @kevin-lot. #69 #73
Breaking changes
- Service
Shivas\VersioningBundle\Service\VersionManagerInterfaceinstead ofShivas\VersioningBundle\Service\VersionManager. - Set service
Shivas\VersioningBundle\Formatter\FormatterInterfaceto change formatter instead ofVersionManagerargument. Shivas\VersioningBundle\Formatter\NullFormatterto disable formatting.- PHP type hints where possible.
- Consider changes of nikolaposa/version as well.