Skip to content

v0.2.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 12 Dec 12:15
· 336 commits to master since this release
d17676b

Overview

  • Add new flag
  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-84) Simplify default output, add verbose flag to enable emitting current
    output

Changed

  • Dependencies
    • Go
      • 1.17.7 to 1.19.4
    • golang.org/x/net
      • v0.0.0-20200707034311-ab3426394381 to v0.4.0
    • golang.org/x/sys
      • v0.0.0-20210927094055-39ccf1dd6fa6 to v0.3.0
  • (GH-88) Update project to Go 1.19
  • (GH-90) Update .gitignore exclusions
  • (GH-91) Update Makefile and GitHub Actions Workflows
  • (GH-93) Rename project from ntpt to check-ntpt
  • (GH-98) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-83) Update lintinstall Makefile recipe
  • (GH-89) Add missing cmd doc file
  • (GH-102) Fix verbose flag help output
  • (GH-103) Fix Makefile Go module base path detection

References