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
9 changes: 6 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
History
=======

1.6.0 (Unreleased)
-----------------
- Fix error running tests with Workflows 3.7 installed. (`#308 <https://github.com/DiamondLightSource/python-zocalo/pull/308>`_)

1.5.0 (2026-06-10)
------------------

- Add docs for writing your own plugin (`#305 <https://github.com/DiamondLightSource/python-zocalo/pull/305>`_)
- Update SLURM API to v0.0.44 (`#306 <https://github.com/DiamondLightSource/python-zocalo/pull/306>`_)
- Add docs for writing your own plugin. (`#305 <https://github.com/DiamondLightSource/python-zocalo/pull/305>`_)
- Update SLURM API to v0.0.44. (`#306 <https://github.com/DiamondLightSource/python-zocalo/pull/306>`_)

1.4.0 (2026-03-13)
------------------
Expand Down
1 change: 1 addition & 0 deletions tests/service/test_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def mock_zocalo_configuration(tmp_path):
mock_zc.storage = {
"zocalo.recipe_directory": tmp_path,
}
mock_zc._opentelemetry = None
return mock_zc


Expand Down
Loading