Changelog
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
0.2.1 - 2026-06-04
- TAG: v0.2.1
- COVERAGE: 98.80% – 82/83 lines in 2 files
- BRANCH COVERAGE: 93.33% – 28/30 branches in 2 files
- 20.83% documented
Fixed
- Treated YARD generator version and Ruby version footer changes as generated
documentation churn, so footer-only docs diffs are restored even when the
toolchain version changes.
0.2.0 - 2026-06-03
- TAG: v0.2.0
- COVERAGE: 100.00% – 72/72 lines in 2 files
- BRANCH COVERAGE: 96.15% – 25/26 branches in 2 files
- 15.00% documented
Added
- Added generated CI coverage for
rdoc~> 6.11and>= 7.0. - Added release checksum files for the
v0.1.0gem package. - Added generated StructuredMerge git driver configuration and repo-local
template metadata under.structuredmerge/. - Added generated documentation pages for IRP and YAML citation metadata.
Changed
- Refreshed generated CI workflows, including coverage report verification,
configurable coverage summary thresholds, and updated Ruby/Appraisal matrix
wiring. - Updated generated documentation dependencies to require
yard>= 0.9.44,
yard-fence>= 0.9.2, andyard-yaml>= 0.2.0. - Updated generated development, test, style, and coverage dependency floors,
includingkettle-dev>= 2.0.8,kettle-test>= 2.0.3,
kettle-soup-cover>= 2.0.1,gitmoji-regex>= 2.0.1, and current
RuboCop-LTS style dependencies. - Updated local workspace dependency wiring to use released
nomonoand
generated local override Gemfiles.
Removed
- Removed generated binstubs that are now resolved through the active bundle.
- Removed the legacy TruffleRuby 23.1 and CodeQL workflow files from generated
CI.
Fixed
- Pinned the auto-assign workflow action to the immutable v4 SHA.
0.1.0 - 2026-05-23
- TAG: v0.1.0
- COVERAGE: 100.00% – 72/72 lines in 2 files
- BRANCH COVERAGE: 96.15% – 25/26 branches in 2 files
- 15.00% documented
Added
- Initial release