I have recently started keeping the vcpkg port up to date.
Crow's newest release has a semver of v0.3+1 leading to an incompatibility with vcpkg. v0.3+1 isn't recognized as a valid version. v0.3.0+1 seems to be valid just as v0.3.1 is valid too.
I'd suggest moving to three-digit versioning, leaving out the +1 completely, and jumping to v0.3.1 which would also leave room for more patches.
What do you think @The-EDev?
I have recently started keeping the vcpkg port up to date.
Crow's newest release has a semver of
v0.3+1leading to an incompatibility with vcpkg.v0.3+1isn't recognized as a valid version.v0.3.0+1seems to be valid just asv0.3.1is valid too.I'd suggest moving to three-digit versioning, leaving out the
+1completely, and jumping tov0.3.1which would also leave room for more patches.What do you think @The-EDev?