Releases: shivas/versioning-bundle
Releases · shivas/versioning-bundle
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\VersionManagerInterface
instead ofShivas\VersioningBundle\Service\VersionManager
. - Set service
Shivas\VersioningBundle\Formatter\FormatterInterface
to change formatter instead ofVersionManager
argument. Shivas\VersioningBundle\Formatter\NullFormatter
to disable formatting.- PHP type hints where possible.
- Consider changes of nikolaposa/version as well.
Version 3.2.4
Version 3.2.3
Version 3.2.2
Added
- Support for Twig 3. #62
Version 3.2.1
Fixed
- Attempted to call an undefined method named "withPatchIncremented" of class "Version\Version". #59