* Fix 25 and loose rezup-api version requires (see 26)
1.9.0
Changes
* Explicit recipe file 4bb8d3cfd84c4c6b888b2ba3b2f84e29982b25b0 Only default container's recipe file can be auto generated. Other container's recipe file must be explicitly given.
* Minor fix/improve
1.8.1
* Fix 22 : Shell detection failure cause subprocess hang. See 23
1.8.0
* Enabled to run command with `rezup use --do "command"` , see 122affc1
Before this, we can only execute a shell script via providing script file path, e.g. `rezup use --do /path/to/script.ext` Now we can run command directly, for example : `rezup use --do "rez-env -- echo hello"`
1.7.4
* rez version is removed from shell prompt (a4aafd579052a621a6afea2af7f8f780f0d0e3bf) * improved messaging of rezup auto upgrading (a4c66f244141209d5442182dd0966e4230c0dadf)
1.7.3
* Auto source corresponding `~/rezup{.container}.toml` when adding container revision (18)