v0.2.2 - The .keela/ directory is complete 📁
What's New
The .keela/ directory now supports config files too! All your Keela files can live together in one tidy home.
📁 Complete .keela/ Directory Support
Your project root can now be completely free of Keela files:
.keela/
├── config.yml # ← NEW in 0.2.2
├── baseline.yml
└── excluded.yml
Config file lookup order:
.keela/config.yml(new preferred)keela.yml.keela.yml
All existing root-level files continue to work—no migration required.
Full Changelog: v0.2.1...v0.2.2
Install / Upgrade
gem install keela
# or
bundle update keela