Release history for Version-Semantic
v2.1.1 2026-08-07T06:10:49Z
- Configure "develop" phase dependencies
- Fix greediness of semver_re() if not anchored at the end
v2.1.0 2026-08-04T06:50:11Z
- Add is_core() predicate object method
- Use Test2::V1 in all test scripts
- Remove useless use of PerlX::Maybe::maybe()
v2.0.0 2026-08-03T08:43:10Z
- BREAKING CHANGE: parse() returns undef unless it is fatalized
- Use Test2::V1 in some test scripts
- Change VERSION assignment statement
- Remove pre-release logic from Makefile.PL
- Remove useless imports in test script
v1.3.0 2026-02-27T10:52:58Z
- Add semver_re() class method
- Harden the parse() factory method
v1.2.0 2026-02-25T08:43:42Z
- Make prefix a public object attribute
- Use UTC-normalized W3CDTF time stamp in Changes file
- Update project boilerplate
v1.1.1 2026-02-24T08:56:16Z
- Fix non-trial strategy pre-release handling of increment() method
v1.1.0 2026-02-23T12:16:26Z
- Make private constructor public
- Changes file now follows CPAN::Changes::Spec
- Add increment() object method
- Improve Makefile.PL modulino setup:
- Make $distname the leading information piece
- lib/ is now part of $main_module_file and $main_module_podfile
- Improve min version requirement setups
- Improve and extend documentation
- Migrated to Codeberg
v1.0.2 2026-01-23T10:11:26Z
- Improve Makefile.PL modulino setup
- Remove Test::Fatal min version requirement
- Fix typo in documentation
v1.0.1 2026-01-21T06:26:13Z
- Add missing changes file to manifest file
- Simplify Makefile.PL modulino setup
- Improve and extend documentation
v1.0.0 2026-01-08T07:21:29Z
- Initial release