Skip to content

Commit

Permalink
version 2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <ayush@latch.bio>
  • Loading branch information
ayushkamat committed Jan 14, 2023
1 parent aa06397 commit 7d38b66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of changes

# Latch SDK Changelog

## 3.0.0 - 2022-12-08
## 2.10.0 - 2023-01-14

### Added

Expand All @@ -26,13 +26,8 @@ Types of changes
presigned urls vs downloading blob data).
* A new error that is thrown when there is an inconsistency between a
`LatchMetadata` object and its associated workflow's parameters.

### Fixed

* The crash reporter now prints stack traces of caught exceptions in the
correct order
* `latch develop` now throws an error when run on a workflow that hasn't been
registered yet.
* The function `get_secret` which allows users to reference secrets they've
uploaded to the Latch platform from within a workflow.

### Deprecated

Expand All @@ -56,3 +51,7 @@ Types of changes
* `latch preview` now requires a directory argument instead of a workflow name
argument, and now behaves consistently with regular parameter interface
generation.
* The crash reporter now prints stack traces of caught exceptions in the
correct order
* `latch develop` now throws an error when run on a workflow that hasn't been
registered yet.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="latch",
version="v2.9.6",
version="v2.10.0",
author_email="kenny@latch.bio",
description="The Latchbio SDK",
packages=find_packages(),
Expand Down

0 comments on commit 7d38b66

Please sign in to comment.