Changelog

SemVer 2.0.0 Keep-A-Changelog 1.0.0

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning,
and yes, platform and engine support are part of the public API.
Please file a bug if you notice a violation of semantic versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

1.0.3 - 2026-06-10

  • TAG: v1.0.3
  • COVERAGE: 100.00% – 86/86 lines in 4 files
  • BRANCH COVERAGE: 100.00% – 28/28 branches in 4 files
  • 12.50% documented

Changed

  • Development tooling now resolves kettle-dev 2.2.3, kettle-test 2.0.5,
    kettle-soup-cover 2.0.2, and yard-fence 0.9.3 or newer.

Fixed

  • Updated generated project metadata links to use the migrated kettle-dev
    GitHub organization.

  • Corrected misspelled contact metadata to use galtzo.com.

1.0.2 - 2026-05-31

  • TAG: v1.0.2
  • COVERAGE: 100.00% – 86/86 lines in 4 files
  • BRANCH COVERAGE: 100.00% – 28/28 branches in 4 files
  • 12.50% documented

Added

  • Added StructuredMerge git diff driver configuration and the incident response
    plan from the current kettle-jem template.

Changed

  • Retemplated with the current kettle-jem template set, including the
    .structuredmerge/kettle-jem.yml config migration, README logo and
    templating attribution refresh, current modular Gemfile dependencies, and the
    kettle-dev 2.0.6 development dependency floor.

Fixed

  • Fixed generated documentation URLs that incorrectly pointed at a monorepo
    gems/nomono path.
  • Made the debug-output resolver spec tolerant of Ruby implementation
    differences in Hash#inspect spacing.

1.0.1 - 2026-05-27

  • TAG: v1.0.1
  • COVERAGE: 100.00% – 86/86 lines in 4 files
  • BRANCH COVERAGE: 100.00% – 28/28 branches in 4 files
  • 12.50% documented

Added

  • Improved documentation of ENV variables and overrides in README.md

Changed

  • Retemplated with the current kettle-jem template set.

Fixed

  • (dev) Updated the development dependency floor to kettle-dev 2.0.1 so the
    templated yard rake task installs the expected yard-timekeeper cleanup.
  • (dev) Routed bin/yard through bin/rake yard so direct documentation runs use the
    same rake-installed documentation plugin hooks.
  • (dev) Restored templated Rake task loading so bin/rake runs the expected
    development task set instead of only the default stub.
  • (dev) Restored full line and branch coverage for the public resolver and installer
    behavior.

1.0.0 - 2026-03-26

  • TAG: v1.0.0
  • 12.50% documented