Skip to content

Releases: dcarp/semver

v0.5.0: Compatibility with DIP1000 / latest compilers

30 Mar 15:45
a528463
Compare
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
Compare
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
Compare
Choose a tag to compare
  • use const instead of in for function parameters.

v0.3.3

06 Jun 22:18
1012043
Compare
Choose a tag to compare
  • Small fixes
  • Move CI from Travis CI to GitHub Actions

v0.3.2

31 Dec 16:30
Compare
Choose a tag to compare
Remove deprecated API

v0.3.1

07 Apr 18:18
Compare
Choose a tag to compare

Remove deprecation message

v0.3.0

14 Feb 00:00
Compare
Choose a tag to compare

Fixes #2

v0.2.1

03 Jun 14:05
Compare
Choose a tag to compare
Fixed usage example