v0.1.1
Released on 2026-03-02. Full changelog
Bug Fixes
Section titled “Bug Fixes”--version flag (#138)
Section titled “--version flag (#138)”The CLI now supports --version and -V flags to display version information:
$ runok --versionrunok 0.1.1runok.yaml supported for global config (#141)
Section titled “runok.yaml supported for global config (#141)”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.