Skip to content

Releases: checkmake/checkmake

Release v0.3.2

10 Jan 15:47

Choose a tag to compare

v0.3.2 (10th January 2026)

Changes

o- build: allow specifying a version for the build #235

New Contributors

No new contributors

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

09 Jan 18:49

Choose a tag to compare

v0.3.1 (9th January 2026)

Changes

  • fix(cli): cleanup --version output #228

New Contributors

  • muzimuzhi made their first contribution in #228

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

09 Jan 15:33
d9141db

Choose a tag to compare

v0.3.0 (8th January 2026)

Highlights

  • Starting ith this release, checkmake is no longer considered experimental.
  • The container images on docker hub are discontinued ; images are nowpublished on quay.io instead.
  • In addition to the previously published build assets, an arm64 binary for Linux is now published.

Changes

  • no longer experimental #151
  • project moved to github.com/checkmake/checkmake #127 #128
  • add JSON output formatter #189
  • rule additions:
    • uniquetargets #171
  • migrate CLI from docopt to cobra #165
  • parser improvements for rule detection and PHONY handling #184
  • add ~/checkmake.ini as global fallback config #104
  • configurable minphony rule #114 #118
  • make Makefile argument optional for pre-commit #81
  • fix missing newline with custom --format #98
  • platform support:
  • container images published to quay.io #210 #211
  • fix Dockerfile to build on podman #66
  • optimize Dockerfile #40 #103
  • update to Go 1.25 #146
  • enable Dependabot #126
  • stop vendoring go modules #123

New Contributors

Full Changelog: 0.2.2...v0.3.0

Release 0.2.2

11 Apr 12:52

Choose a tag to compare

v0.2.2 (11th April 2023)

  • Add run instructions with golang to README #75
  • Feature/add support for multiple makefiles #70
  • Add CI Integration section + MegaLinter in README #76
  • Add pre commit hook #69
  • Reduces files to the built-in makefile type for pre-commit #77
  • Adds a system-provided checkmake hook for pre-commit #93

Release 0.2.1

18 Feb 19:03
7c87b7f

Choose a tag to compare

v0.2.1 (18th February 2022)

This release mostly has some minor cleanups and changes to packaging:

  • update to build with go 1.17
  • build standalone binaries on release
  • only build containers on releases
  • some minor improvements to the README

Release 0.2.0

30 Sep 14:28

Choose a tag to compare

v0.2.0 (30th September 2021)

  • custom formatter
  • lots of build improvements
  • addition of a docker build
  • rule additions
    • maxbodylength
    • timestampexpanded