v1.0.0
Warble is now stable.
This release promotes Warble to a stable 1.0 line. There are no functional changes from v0.8: the code is identical, and it behaves exactly as it did before.
Why the version jump matters: on the 0.x line, Composer's default version rules pinned each install one minor version behind, so the Extension Manager update button (or composer update) could report "nothing to update" even when a newer version was out. Moving to 1.0 fixes that. From here on, updates flow through the normal update button and composer update with no extra steps.
If you are on an older 0.x version and the update button says there is nothing to update, run this once from your forum's root to move onto the 1.x line:
composer require linkrobins/flarum-warble
php flarum cache:clear
After that, future updates are automatic.