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.1.1 - 2026-06-18
- TAG: v0.1.1
- COVERAGE: 96.33% – 105/109 lines in 2 files
- BRANCH COVERAGE: 81.58% – 31/38 branches in 2 files
- 88.89% documented
Fixed
- Fixed
$LOAD_PATHversion validation when the requested Ruby file and the
adjacent version file live at different directory depths.
0.1.0 - 2026-06-18
- TAG: v0.1.0
- COVERAGE: 96.33% – 105/109 lines in 2 files
- BRANCH COVERAGE: 81.58% – 31/38 branches in 2 files
- 88.89% documented
- Initial release
Added
- Added the initial anonymous namespace loader API with explicit path,
RubyGems metadata, and$LOAD_PATHresolution strategies.