Skip to content

Releases: meyermarcel/icm

3.2.4

19 Mar 22:17
Compare
Choose a tag to compare

Changelog

  • 025b320 Update golang.org/x/net
  • aa1fc06 Use math/rand/v2
  • ce90501 Remove make() for slices where it is non-idiomatic
  • 9836b21 Replace sort with slices package

3.2.3

16 Feb 13:56
Compare
Choose a tag to compare

Changelog

  • cd0d259 Update GitHub actions to run Node 20
  • 6af2b24 Update Go and dependencies
  • 0e02f3c Use underscore for unused parameter to satisfy linter

3.2.2

09 Jan 14:56
Compare
Choose a tag to compare

Changelog

  • 5c21145 Replace flag exclude-transposition-errors with exclude-error-prone-serial-numbers

3.2.1

03 Jan 11:48
Compare
Choose a tag to compare

Changelog

  • 9dc0c93 Fix wrong format in possible transposition errors in CSV
  • f362858 Remove incorrect comment
  • d11ba94 Replace else if with switch case

3.2.0

01 Jan 14:31
Compare
Choose a tag to compare

Changelog

  • 592aed7 Add visualization of possible errors of transposed digits
  • 5bfdf93 Refactor serial number generator
  • c354962 Add only positive numbers for count flag

3.1.8

22 Dec 11:21
Compare
Choose a tag to compare

Changelog

  • 6678366 Use integer for serial number
  • 1fcaf0f Add new NumberFmt type for formatted container number
  • 384baa9 Update license year
  • db450c1 Use same linter configuration for local and CI

3.1.7

01 Dec 23:15
Compare
Choose a tag to compare

Changelog

  • 5e83458 Adjust downloader to new bic-code.org layout
  • b0baee3 Fix typo in documentation, gufumpt -> gofumpt
  • ba86375 Update goreleaser test command

3.1.6

01 Dec 20:53
Compare
Choose a tag to compare

Changelog

3.1.5

12 Oct 17:44
Compare
Choose a tag to compare

Changelog

  • e8d0c17 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • 68ed492 Update aurora from v3 to v4
  • 5b1491c Add else if to generator builder to improve readability

3.1.4

01 Sep 17:20
Compare
Choose a tag to compare

Changelog

  • acf19f6 Fix not initialized rand for sequential container numbers