Skip to content

Commit

Permalink
chore(master): release 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent db5508d commit 16f5ae0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 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.3"
".": "0.95.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.95.0](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.3...0.95.0) (2024-07-17)


### ⚠ BREAKING CHANGES

* **python:** drop support for Python 3.6 and 3.7

### Build

* **python:** drop support for Python 3.6 and 3.7 ([#275](https://github.com/reanahub/reana-workflow-engine-cwl/issues/275)) ([db5508d](https://github.com/reanahub/reana-workflow-engine-cwl/commit/db5508d4d094dbbd86f19676ef37d9a03eb5f078))


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#271](https://github.com/reanahub/reana-workflow-engine-cwl/issues/271)) ([6c04bb8](https://github.com/reanahub/reana-workflow-engine-cwl/commit/6c04bb81f1624ba72e667aa11318feb1f58e8fa4))


### Chores

* **master:** release 0.95.0-alpha.1 ([f528ba3](https://github.com/reanahub/reana-workflow-engine-cwl/commit/f528ba357273d14d459b3b35722e71deb22ee9c2))

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


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
LABEL org.opencontainers.image.version="0.95.0"
# x-release-please-end

0 comments on commit 16f5ae0

Please sign in to comment.