SIROM v0.4.2
Tooling / process patch over v0.4.1. No library code or API change.
Added
- This
CHANGELOG.md, documenting every release. - A three-layer guard ensuring a version bump always ships its changelog entry:
- a CI
changelog-guardjob — the un-bypassable merge gate; - a git
pre-commithook (.githooks/, enabled per clone withgit config core.hooksPath .githooks); - a Claude Code
PreToolUsehook (.claude/).
SeeCONTRIBUTING.md.
- a CI
This is the first release cut under that convention — the changelog entry shipped in the same PR as the version bump (#38), verified green by the new guard.
Changelog index
- v0.4.4 — Documentation patch
- v0.4.3 — Tooling / process patch
- v0.4.2 — Tooling / process patch (this release)
- v0.4.1 — Documentation patch over 0.4.0
- v0.4.0 — Architecture-deepening release: make modules honest and concentrate scattered logic
- v0.3.0 — Robust CVRP demo over VRP-REP (
demo/vrp/) - v0.2.0 — First substantial release of SIROM as a deployable, documented service
Full notes for every version: CHANGELOG.md