Skip to content

Commit f8807fd

Browse files
committed
release: publish 0.36.0
1 parent b1deef5 commit f8807fd

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.36.0] - 2026-07-14
4+
5+
### Added
6+
- Added recursive attribute access for pipeline `PARAMS` while preserving dictionary-style access. (#56)
7+
38
## [0.35.0] - 2026-07-10
49

510
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework for building and managing data proces
44
authors = [{ name = "Volker L.", email = "ligno.blades@gmail.com" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.35.0"
7+
version = "0.36.0"
88
keywords = ["hamilton", "workflow", "pipeline", "scheduler", "dask", "ray"]
99

1010
dependencies = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)