The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.008   2018-11-18 (PERLANCAR)

	- Forgot to add $DATE and $VERSION to Role::Versioning::Scheme.

	- Fix Abstract.


0.007   2018-10-11 (PERLANCAR)

	- Add parse_version().

	- Semantic: support pre-release identifier & metadata.

        - [bugfix] Fix role mixing syntax.

        - [doc][bugfix] Fix/update examples in Synopses.


0.006   2018-10-11 (PERLANCAR)

	- Add Versioning::Scheme::Perl.

	- [doc] Role::Versioning::Scheme: Change wording and default for
          bump_version().


0.005   2018-10-11 (PERLANCAR)

	- Add Versioning::Scheme::Semantic.

	- Monotonic: Follow the 1.2 version of monotonic versioning manifesto.


0.004   2018-10-11 (PERLANCAR)

	- Add Versioning::Scheme::Monotonic.


0.003   2018-10-05 (PERLANCAR)

	- [Bugfix] Forgot to make Versioning::Scheme::Dotted a Role::Tiny
	  role.


0.002   2018-10-05 (PERLANCAR)

	- [Incompatible change] Rename methods (add _version) so the
	  Versioning::Scheme::* become more suitable to be mixed in.


0.001   2018-10-04 (PERLANCAR)

	- First release.