Skip to content

Releases: euantorano/semver.nim

v1.2.3

04 Oct 11:42
ec7732a
Compare
Choose a tag to compare

What's Changed

  • feat: switch to parseBiggestInt for build number parsing by @alexekdahl in #10

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

23 Feb 12:37
fbd04d6
Compare
Choose a tag to compare

Removed unreachable line of code which was causing warnings from the compiler. Thanks to @janflyborg for reporting in issue #9.

v1.2.1

22 Jun 11:51
Compare
Choose a tag to compare
Release v1.2.1. Fixes an issue with equality operators.

v1.2.0

22 Jun 11:44
11a4906
Compare
Choose a tag to compare
Version 1.2.0.

v1.1.1

06 Jul 15:12
Compare
Choose a tag to compare

Update code to support current version of the Nim compiler and standard library.