Releases: euantorano/semver.nim
Releases · euantorano/semver.nim
v1.2.3
What's Changed
- feat: switch to parseBiggestInt for build number parsing by @alexekdahl in #10
New Contributors
- @alexekdahl made their first contribution in #10
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Removed unreachable line of code which was causing warnings from the compiler. Thanks to @janflyborg for reporting in issue #9.
v1.2.1
Release v1.2.1. Fixes an issue with equality operators.
v1.2.0
Version 1.2.0.
v1.1.1
Update code to support current version of the Nim compiler and standard library.