Skip to content

Releases: dcarp/semver

v0.6.0

21 Sep 01:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(ci): Don't use DMD on macOS ARM runners by @dcarp in #13
  • Configure Renovate by @renovate[bot] in #12
  • Update actions/checkout action to v5 by @renovate[bot] in #14
  • Update codecov/codecov-action action to v5 - autoclosed by @renovate[bot] in #15
  • Added methods .major, .minor, .patch by @katyukha in #11
  • Polish comments and reformat code by @dcarp in #17

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0: Compatibility with DIP1000 / latest compilers

30 Mar 15:45
a528463

Choose a tag to compare

What's Changed

  • Fix compiler warnings and deprecations emitted by latest dmd by @cschlote in #10

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Oct 19:22

Choose a tag to compare

What's Changed

  • Add a .gitignore file by @Geod24 in #6
  • Improve documentation, attributes, CTFE-ability, reduce allocations by @Geod24 in #7
  • feature/query semver components by @cschlote in #8

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

01 Sep 13:48
3f75dbb

Choose a tag to compare

  • use const instead of in for function parameters.

v0.3.3

06 Jun 22:18
1012043

Choose a tag to compare

  • Small fixes
  • Move CI from Travis CI to GitHub Actions

v0.3.2

31 Dec 16:30

Choose a tag to compare

Remove deprecated API

v0.3.1

07 Apr 18:18

Choose a tag to compare

Remove deprecation message

v0.3.0

14 Feb 00:00

Choose a tag to compare

Fixes #2

v0.2.1

03 Jun 14:05

Choose a tag to compare

Fixed usage example