Skip to content

Commit

Permalink
chore(maint-0.9): release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mdonadoni committed Nov 29, 2024
1 parent 5911143 commit 597461a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.4"
".": "0.9.5"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.9.5](https://github.com/reanahub/reana-workflow-engine-yadage/compare/0.9.4...0.9.5) (2024-11-29)


### Build

* **docker:** pin setuptools 70 ([#274](https://github.com/reanahub/reana-workflow-engine-yadage/issues/274)) ([bc505d8](https://github.com/reanahub/reana-workflow-engine-yadage/commit/bc505d84a4092610e883e766ad08d2efefe8d908))
* **python:** bump shared REANA packages as of 2024-11-28 ([#276](https://github.com/reanahub/reana-workflow-engine-yadage/issues/276)) ([5911143](https://github.com/reanahub/reana-workflow-engine-yadage/commit/59111432c2c5a7fea98a71ffb2d78a9e7c1a47af))


### Features

* **externalbackend:** allow Compute4PUNCH backend options ([#269](https://github.com/reanahub/reana-workflow-engine-yadage/issues/269)) ([1ce8e6a](https://github.com/reanahub/reana-workflow-engine-yadage/commit/1ce8e6a41f14996c50c53fcd7e84565626756ace))

## [0.9.4](https://github.com/reanahub/reana-workflow-engine-yadage/compare/0.9.3...0.9.4) (2024-03-04)


Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ENV PACKTIVITY_ASYNCBACKEND=reana_workflow_engine_yadage.externalbackend:Externa

# Set image labels
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.created="2024-03-04"
LABEL org.opencontainers.image.created="2024-11-29"
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - Yadage workflow engine component"
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-yadage.readthedocs.io/"
LABEL org.opencontainers.image.licenses="MIT"
Expand All @@ -89,5 +89,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-yadage"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-yadage"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.4"
LABEL org.opencontainers.image.version="0.9.5"
# x-release-please-end
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.4"
__version__ = "0.9.5"

0 comments on commit 597461a

Please sign in to comment.