Releases: stepchowfun/toast
Releases · stepchowfun/toast
v0.46.0
Merge pull request #454 from stepchowfun/0.46.0-bump Bump the version to 0.46.0
v0.45.5
Merge pull request #436 from stepchowfun/single-component-toastfile-path Fix a bug which would cause Toast to fail if `-s`/`--shell` is provided and `-f`/`--file` is set to a path with a single component (e.g., `toast.yml` rather than `./toast.yml`)
v0.45.4
Merge pull request #421 from stepchowfun/v0.45.4 Fix a bug which would cause Toast to fail if the Docker image specifies a user other than `root`
v0.45.3
Merge pull request #415 from stepchowfun/excluded-from-cache-key Fix a bug which would cause `input_paths` which correspond to files to be incorporated into the cache key even if they are denied by `excluded_input_paths`
v0.45.2
Merge pull request #411 from stepchowfun/cache-command Fix a bug which could cause the cache key for a task to be computed incorrectly in rare situations
v0.45.1
Merge pull request #408 from stepchowfun/absolute-mount-paths Add a workaround for the Docker limitation that bind mount paths must be absolute on the host
v0.45.0
Merge pull request #395 from kbknapp/hidden-tasks implements ability to hide tasks from --list
v0.44.0
Merge pull request #393 from stepchowfun/remove-repo Drop support for `--repo` in favor of `--docker-repo`
v0.43.0
Merge pull request #391 from stepchowfun/docker-repo Rename `--repo` to `--docker-repo`
v0.42.1
Merge pull request #382 from stepchowfun/remove-debug-output Remove some debugging output that was mistakenly included in a previous release