Skip to content

Release 1.1.6 (2026-02-18)

Bug fixes

  • sync prepare_release.py ruff lint fixes from canonical (#98)
  • sync prepare_release.py empty changelog abort from canonical (#100)
  • sync shared tooling to v1.0.2 Update sync-tooling.sh from standard-tooling v1.0.2:
  • Fix --actions-compat flag leaking during self-update re-exec
  • Add canonical source comment to repo-profile.sh

  • sync hook and lint scripts from standards-and-conventions (#113)

  • fix: sync hook and lint scripts from standards-and-conventions

Close git revert hook bypass by adding branch protection to commit-msg hook, accept Revert commit messages, and support cross-repo issue linkage.

Ref wphillipmoore/mq-rest-admin-common#62

CI

  • auto-add issues to GitHub Project (#109)
  • chore: add workflow to auto-add issues to GitHub Project

  • chore: retrigger CI with corrected PR body

Documentation

  • rename mq-dev-environment references to mq-rest-admin-dev-environment (#114) Update CI workflow, CLAUDE.md, and developer-setup docs to use the new repository name, aligning with the mq-rest-admin-* naming convention.

Ref wphillipmoore/mq-dev-environment#14

Features

  • add canonical local validation script (#104) Add scripts/dev/validate_local.sh that checks prerequisites (go, golangci-lint, govulncheck) and runs all CI hard-gate checks as a single fail-fast command. Update repository-standards.md with canonical_local_validation_command and CLAUDE.md to reference the script.

  • add shared tooling sync from standard-tooling v1.0.0 Sync all shared scripts from standard-tooling canonical source. Adds lint scripts (commit-messages.sh, markdown-standards.sh, pr-issue-linkage.sh, repo-profile.sh) and dev scripts (finalize_repo.sh, sync-tooling.sh) not previously present.

  • apply gofmt -s simplifications for goreportcard.com compliance (#115)

  • reduce mqscCommand cyclomatic complexity for goreportcard.com (#116)
  • feat: reduce mqscCommand cyclomatic complexity for goreportcard.com compliance

Extract three helper methods from mqscCommand to bring cyclomatic complexity from 24 down to 6, well below the gocyclo threshold of 15.

  • add tools.go for development tool dependency management (#118) Pin govulncheck, go-test-coverage, and gocyclo in tools.go with //go:build tools constraint. Update README.md and CLAUDE.md with install instructions.