Skip to content

Commit 73b3a43

Browse files
authored
Prepare 0.5.8 release (#740)
1 parent cdb529e commit 73b3a43

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,27 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
77

88
## Unreleased
99

10-
- {pull}`739` closes file descriptors for the capture manager between CLI runs and
11-
disposes stale database engines to prevent hitting OS file descriptor limits in
12-
large test runs.
10+
- Nothing yet.
11+
12+
## 0.5.8 - 2025-12-30
13+
14+
- {pull}`710` adds support for Python 3.14.
15+
- {pull}`724` handles lazy annotations for task generators in Python 3.14.
1316
- {pull}`725` fixes the pickle node hash test by accounting for Python 3.14's
1417
default pickle protocol.
1518
- {pull}`726` adapts the interactive debugger integration to Python 3.14's
1619
updated `pdb` behaviour and keeps pytest-style capturing intact.
20+
- {pull}`732` fixes importing packages with missing `__init__.py` files.
21+
- {pull}`739` closes file descriptors for the capture manager between CLI runs and
22+
disposes stale database engines to prevent hitting OS file descriptor limits in
23+
large test runs.
1724
- {pull}`734` migrates from mypy to ty for type checking.
1825
- {pull}`736` updates the comparison to other tools documentation and adds a section on
1926
the Common Workflow Language (CWL) and WorkflowHub.
27+
- {pull}`730` updates GitHub Actions dependencies.
28+
- {pull}`731` enables automerge for pre-commit and Dependabot.
29+
- {pull}`733` and {pull}`727` refresh pre-commit hooks.
30+
- {pull}`737` enables merge groups.
2031

2132
## 0.5.7 - 2025-11-22
2233

0 commit comments

Comments
 (0)