Skip to content

Commit 576a622

Browse files
committed
ver + cl
Signed-off-by: Ayush Kamat <[email protected]>
1 parent 30bedcc commit 576a622

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ Types of changes
1616

1717
# Latch SDK Changelog
1818

19+
## 2.67.1 - 2025-08-25
20+
21+
### Added
22+
23+
* `latch dockerfile` now has two new options, `--output` and `--config-path` for choosing where to write the output Dockerfile and where to read/write the `.latch/config` used to generate the dockerfile
24+
* `latch nextflow generate-entrypoint` option `--destination` is now named `--output`
25+
26+
### Changes
27+
28+
* `latch dockerfile` now generates a `.dockerignore` always without asking for confirmation.
29+
1930
## 2.67.0 - 2025-08-21
2031

2132
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/**/py.typed", "src/latch_cli/services/init/*"]
1212

1313
[project]
1414
name = "latch"
15-
version = "2.67.0"
15+
version = "2.67.1"
1616
description = "The Latch SDK"
1717
authors = [{ name = "Kenny Workman", email = "[email protected]" }]
1818
maintainers = [{ name = "Ayush Kamat", email = "[email protected]" }]

0 commit comments

Comments
 (0)