fix: Minecraft 1.20 crashing the semver parser #12

Merged
Ecorous merged 6 commits from fix/semver-crash-mc1.20 into main 2024-07-07 07:50:52 -04:00

6 commits

Author SHA1 Message Date
Ecorous 5044ade670 bump version 2024-07-07 07:49:12 -04:00
ENDERZOMBI102 28652b7e00 refactor: Actually use the variable which contained the string 2024-07-06 01:35:58 +02:00
ENDERZOMBI102 50e0ab5d48 chore: Remove unused import
It Was added by me for testing and forgot to remove it :/
2024-07-06 01:31:42 +02:00
ENDERZOMBI102 e748a2834f Merge remote-tracking branch 'origin/fix/semver-crash-mc1.20' into fix/semver-crash-mc1.20 2024-07-06 01:28:57 +02:00
ENDERZOMBI102 de85222cbf fix(semver): Minecraft 1.20 crashing the semver parser
Minecraft doesn't use semver, and as such, sometimes it can cause problems, like in this case: `1.20` is not a valid semver version, but we must deal with it anyway, we've made the `<patch>` component optional, defaulting it to `0` if missing
2024-07-05 19:29:11 -04:00
ENDERZOMBI102 6eeade90b0 fix(semver): Minecraft 1.20 crashing the semver parser
Minecraft doesn't use semver, and as such, sometimes it can cause problems, like in this case: `1.20` is not a valid semver version, but we must deal with it anyway, we've made the `<patch>` component optional, defaulting it to `0` if missing
2024-07-06 01:26:46 +02:00