Skip to content

Commit

Permalink
bump ver + cl
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Dec 13, 2024
1 parent 05bc6e9 commit dafb61d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,22 @@ Types of changes

# Latch SDK Changelog

## 2.55.0 - 2024-12-13

### Changed

* `latch dockerfile` now accepts explicit options for files containing
* apt deps
* conda deps
* r deps
* pip deps
* pyproject.toml / setup.py
* .env
* `latch dockerfile` no longer does implicit dependency inferrence based on the presence of special files in the project root directory - now all dependency files need to be passed explicitly in the command line.

## 2.54.10 - 2024-12-06

### Updated
### Changed

* Bump ephemeral storage limits for V100 GPU pods

Expand All @@ -36,7 +49,7 @@ Types of changes

## 2.54.7 - 2024-12-02

### Updated
### Changed

* Add more ephemeral storage to large GPU pods

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/latch_cli/services/init/*"]

[project]
name = "latch"
version = "2.54.10"
version = "2.55.0"
description = "The Latch SDK"
authors = [{ name = "Kenny Workman", email = "[email protected]" }]
maintainers = [
Expand Down

0 comments on commit dafb61d

Please sign in to comment.