View Source Changelog
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
v0.1.1 - 2024-08-20
Fixed
- Introduce
Ontogen.ansi_enabled?/0
as the new default fallback for color output. This change decouples color support fromIO.ANSI.enabled?/0
, addressing issues with Burrito executables built in CI environments whereIO.ANSI.enabled?/0
may not consistently return:true
. This ensures more reliable color output across different build and runtime environments.
v0.1.0 - 2024-08-08
Initial release