Skip to content

Commit

Permalink
version + CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Jan 20, 2024
1 parent 2f86bd7 commit c9196c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Types of changes

# Latch SDK Changelog

## 2.38.3 - 2023-01-19

### Added

* Snakemake
+ support for pulling images from private container registries
+ add config field for running tasks in conda and container environments

### Fixed

* Snakemake
+ fix regression in 2.38.2 that caused failure to resolve upstream nodes for target files

## 2.38.2 - 2023-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.38.2",
version="v2.38.3",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit c9196c0

Please sign in to comment.