Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Provide a description and/or bullet points to describe the changes in this PR.

- [ ] Reference issues which can be closed due to this PR with "Closes #x".
- [ ] Review whether the documentation needs to be updated.
- [ ] Document PR in docs/changes.rst.
- [ ] Document PR in docs/source/changes.md.
3 changes: 3 additions & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
- {pull}`617` fixes an interaction with provisional nodes and `@mark.persist`.
- {pull}`618` ensures that `root_dir` of `DirectoryNode` is created before the task is
executed.
- {pull}`619` makes coiled an optional import for tests. Thanks to {user}`erooke`.
- {pull}`620` makes tests more flexible about their location. Thanks to {user}`erooke`.
- {pull}`621` fixes the pull requests template.

## 0.5.0 - 2024-05-26

Expand Down