Releases: z4kn4fein/cpp-semver
Releases · z4kn4fein/cpp-semver
v0.4.0
- Added C++ 20 module support.
v0.3.3
Thank you for the contribution!
v0.3.1
- #6: Fixed gcc compiler warnings: comparison between signed and unsigned integer expressions by @jeroendoggen
v0.3.0
- #5: Changed the type of numeric components from
unsigned long
to uint64_t
by @katzoded
v0.2.2
- Introduce install CMAKE option, to make the install process configurable.
v0.2.1
- #2 Add missing path separator in cmake file.
v0.2.0
- Set CMAKE version to 3.14