Skip to content

Commit

Permalink
changelog + version
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Nov 13, 2023
1 parent 20e5fae commit 195bb0a
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.36.7 - 2023-11-13

### Added

* Snakemake
+ added best effort display name parsing for `generate-metadata`
+ tasks now upload their intermediate outputs for better debugging

### Fixed

* Snakemake
+ bug where `update_mapping` would iterate over the entirety of `/root`

## 2.36.6 - 2023-11-09

### 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.36.6",
version="v2.36.7",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit 195bb0a

Please sign in to comment.