Skip to content

v0.1.1

Released on 2026-03-02. Full changelog

The CLI now supports --version and -V flags to display version information:

Terminal window
$ runok --version
runok 0.1.1

Global config file discovery now recognizes runok.yaml in addition to runok.yml. Project-level config already supported both extensions, but the global config at ~/.config/runok/ only recognized .yml, causing confusion when users created ~/.config/runok/runok.yaml and it was silently ignored.