Skip to content

Releases: minhqdao/version-f

v0.4.0

07 Jan 10:26
Compare
Choose a tag to compare
  • Add is_version().
  • Add is_exactly().
  • Add strict mode.
  • Fix bugs.
  • Add version constraints.
  • Activate module naming.
  • Add is_stable.

v0.3.0

02 Mar 13:29
Compare
Choose a tag to compare
  • increment_build

v0.2.0

02 Mar 02:59
Compare
Choose a tag to compare
  • Increment prereleases.
  • More convenience methods for string_t.
  • Expose string_t.

v0.1.0

19 Feb 22:06
dd1208b
Compare
Choose a tag to compare

First release of version-f, a complete implementation of Semantic Versioning 2.0 in Fortran.

  • Create versions with prerelease labels and build metadata
  • Parse them from strings
  • Compare them (including prereleases)
  • Increment them
  • Convert them back to strings