Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 authored Jan 18, 2024
1 parent d6cfd1b commit f36f060
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,31 @@ Types of changes

# Latch SDK Changelog

## 2.38.0 - 2023-01-15
## 2.38.2 - 2023-01-17

### Added

* Snakemake
+ support for per-task containers in Snakemake workflow using the `container` directive

### Fixed

* Snakemake
+ add `_jit_register` suffix when resolving Snakemake workflow name for `latch develop`
+ use `variable_name_for_value` instead of `variable_name_for_file` when resolving upstream jobs for target files

## 2.38.1 - 2023-01-15

### Added

* 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 - 2023-01-13

### Added
Expand Down

0 comments on commit f36f060

Please sign in to comment.