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.3 - 2026-07-14¶ ↑
-
TAG: v0.1.3
-
COVERAGE: 96.33% – 105/109 lines in 2 files
-
BRANCH COVERAGE: 81.58% – 31/38 branches in 2 files
-
88.89% documented
Fixed¶ ↑
-
Package configured license files in gem release file lists.
-
Removed stale local-path
version_gemstate from the main lockfile.
0.1.2 - 2026-06-22¶ ↑
-
TAG: v0.1.2
-
COVERAGE: 96.33% – 105/109 lines in 2 files
-
BRANCH COVERAGE: 81.58% – 31/38 branches in 2 files
-
88.89% documented
Added¶ ↑
-
Added support for JRuby 10.1 and TruffleRuby 34.0.
Changed¶ ↑
-
Retemplated project metadata and CI/development automation with
kettle-jemv7.0.0.
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.