Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6] - 2026-08-04

### Changed
- Refreshed the bundled minimal workspace `uv.lock` to the latest within-constraint versions (notably `dlt` 1.29.0 → 1.29.1, `duckdb` 1.5.4 → 1.5.5, `sqlglot` 30.13 → 30.14, `cryptography` 49.0 → 50.0, `marimo` 0.23.14 → 0.23.16), plus transitive updates.

## [0.2.5] - 2026-07-22

### Changed
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dlthub-init"
version = "0.2.5"
version = "0.2.6"
description = "Scaffold a dltHub workspace into a new or existing directory."
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -30,7 +30,8 @@ Issues = "https://github.com/dlt-hub/dlthub-init/issues"
[project.optional-dependencies]
dev = [
"pytest>=8",
"ruff>=0.6",
# Cap below 0.16: it enables new default lint rules that need a separate migration.
"ruff>=0.6,<0.16",
"mypy>=1.10",
]

Expand Down
Loading