Releases: minhqdao/version-f
Releases · minhqdao/version-f
v0.4.0
- Add
is_version()
.
- Add
is_exactly()
.
- Add strict mode.
- Fix bugs.
- Add version constraints.
- Activate module naming.
- Add
is_stable
.
v0.2.0
- Increment prereleases.
- More convenience methods for
string_t
.
- Expose
string_t
.
v0.1.0
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