* The `--open` option to `latch register`, which if passed in, will open the workflow in the browser after successful registration
Fixed
* Snakemake + remove `.latch` directory copy from Dockerfile generation to avoid unexpected file overrides + limit pulp package version to < 2.8 to fix snakemake import failure
2.38.0
Added
* The `latch exec` command to spawn a shell inside a running task.
2.37.1
Added
* Snakemake + support for `latch develop` for JIT workflow
Fixed
* Snakemake + user input config overrides default config instead of merging + JIT workflow fails if the same keyword is used to define two different input parameters + fail to serialize `snakemake_data` when any params are defined as `pathlib.Path`
2.37.0
Added
* `rename_current_execution` function which allows programmatic execution renaming.
2.36.11
Added
* Snakemake + ability to cache snakemake tasks using the `--cache-tasks` option with `latch register`
Changed
* Minor aesthetic enhancements to `latch workspace` + the currently active workspace is now marked + the current selection is marked with a `>` for enhanced readability on terminals with limited color support
2.36.10
Fixed
* Snakemake + bug in 2.36.9 where output directories would still fail to upload because of a missing `pathlib.Path` -> `str` conversion.