diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb9683..e6376ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.0rc1] - 2026-07-27 + ### Added - Add new fields `workflow_input_schema` and `workflow_output_schema` to the spec. @@ -421,7 +423,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `execute_graph` for naive task scheduling in a single thread. - Execution events based on python's logging facility. -[unreleased]: https://github.com/ewoks-kit/ewokscore/compare/v5.0.0...HEAD +[unreleased]: https://github.com/ewoks-kit/ewokscore/compare/v5.1.0rc1...HEAD +[5.1.0rc1]: https://github.com/ewoks-kit/ewokscore/compare/v5.0.0...v5.1.0rc1 [5.0.0]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.2...v5.0.0 [4.0.2]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.0...v4.0.1 diff --git a/pyproject.toml b/pyproject.toml index bb123ed..bb0b1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewokscore" -version = "5.0.0" +version = "5.1.0rc1" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "API for graphs and tasks in Ewoks" readme = { file = "README.md", content-type = "text/markdown" }