Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: checkmake/checkmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: checkmake/checkmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 10, 2026

  1. build: allow specifying a version for the build

    Builds from outside a git directory do not show a version for
    checkmake --version.
    
    With this change, the auto-detected version can be overridden at build
    time with
    make VERSION=version binaries
    
    Signed-off-by: Michael Adam <[email protected]>
    (cherry picked from commit d1122aa)
    obnoxxx committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    0b5f811 View commit details
    Browse the repository at this point in the history
  2. docs/releases: add release notes for v0.3.2

    Signed-off-by: Michael Adam <[email protected]>
    (cherry picked from commit b362d6e)
    obnoxxx committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    59931d5 View commit details
    Browse the repository at this point in the history
Loading