Skip to content

v0.4.13

Compare
Choose a tag to compare
@atc0005 atc0005 released this 28 Dec 14:00
· 648 commits to master since this release
bfd686b

Overview

  • Dependency updates
  • built using Go 1.16.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-248) Dependabot monitoring of "tools" used for build process, etc.

Changed

  • Dependencies

    • Go
      • 1.16.10 to 1.16.12
    • gopkg.in/ini.v1
      • v1.63.2 to 1.66.2
    • rs/zerolog
      • v1.26.0 to v1.26.1
    • actions/setup-node
      • v2.4.1 to v2.5.1
  • (GH-246) Help output generated by -h, --help flag is sent to stderr,
    should go to stdout instead

Fixed

  • (GH-237) CHANGELOG: Fix indentation of dependency update version
  • (GH-249) Add missing build entry for list-emails CLI app in the Build
    codebase GitHub Actions workflow

References