Skip to content

Releases: shivas/versioning-bundle

4.2.0

30 Mar 16:06
5013ef4

Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.2.0

4.1.2

25 Mar 12:35
766600f

Choose a tag to compare

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

Full Changelog: 4.1.1...4.1.2

4.1.1

14 Aug 19:34
fd89e35

Choose a tag to compare

What's Changed

4.1.0

16 Mar 16:54
fd09c29

Choose a tag to compare

What's Changed

  • Support Symfony 7 by @sorrx in #93
  • Dropped support for Symfony 3 and 4.

Full Changelog: 4.0.3...4.1.0

4.0.3

30 Jul 17:18
88d8fe0

Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

Version 4.0.2

19 Dec 14:26
427969b

Choose a tag to compare

  • Make use of attribute AsCommand. #85 #86

Version 4.0.1

19 Feb 15:00
a1ff217

Choose a tag to compare

Added

Version 4.0.0

15 May 17:49

Choose a tag to compare

Added

Breaking changes

  • Service Shivas\VersioningBundle\Service\VersionManagerInterface instead of Shivas\VersioningBundle\Service\VersionManager.
  • Set service Shivas\VersioningBundle\Formatter\FormatterInterface to change formatter instead of VersionManager argument.
  • Shivas\VersioningBundle\Formatter\NullFormatter to disable formatting.
  • PHP type hints where possible.
  • Consider changes of nikolaposa/version as well.

Version 3.2.4

18 Mar 19:50
f17c797

Choose a tag to compare

Changed

  • GitRevisionProvider: Recognize repository if .git is a file as well. #68 #71

Version 3.2.3

08 Dec 15:59
44611db

Choose a tag to compare

Added

  • Support for Symfony 5. #64

Changed

  • Make commands lazily loaded. #65