Releases: checkmake/checkmake
Releases · checkmake/checkmake
Release v0.3.2
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
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
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
- @junaruga made their first contribution in #66
- @tomodachi94 made their first contribution in #106
- @kbroch-rivosinc made their first contribution in #105
- @rurban made their first contribution in #104
- @obnoxxx made their first contribution in #109
- @michael-delarue-axomic made their first contribution in #81
- @lafrenierejm made their first contribution in #126
- @dependabot[bot] made their first contribution in #137
- @adelplanque made their first contribution in #98
- @flejz made their first contribution in #158
- @mikelolasagasti made their first contribution in #163
- @eread made their first contribution in #183
Full Changelog: 0.2.2...v0.3.0
Release 0.2.2
v0.2.2 (11th April 2023)
Release 0.2.1
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
v0.2.0 (30th September 2021)
- custom formatter
- lots of build improvements
- addition of a docker build
- rule additions
- maxbodylength
- timestampexpanded