Skip to content

v1.1.1

Compare
Choose a tag to compare
@olorin olorin released this 29 Nov 10:51
· 11 commits to master since this release
v1.1.1

v1.1.1

Fixes:

  • ParseRange now returns parse errors instead of producing invalid
    output, contributed by Saj Goonatilleke (@saj) -
    #5.
  • Fixed false success in the testsuite caused by calling os.Exit in
    a testable example - #4, #6.