Skip to content

SIROM v0.4.2

Choose a tag to compare

@butkeraites butkeraites released this 07 Jun 16:52
· 16 commits to main since this release
07cba18

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-guard job — the un-bypassable merge gate;
    • a git pre-commit hook (.githooks/, enabled per clone with git config core.hooksPath .githooks);
    • a Claude Code PreToolUse hook (.claude/).
      See CONTRIBUTING.md.

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