Skip to content

Commit b75f71f

Browse files
chore(master): release 0.95.0
1 parent 9fe826b commit b75f71f

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.3"
2+
".": "0.95.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.95.0](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.3...0.95.0) (2024-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **python:** drop support for Python 3.6 and 3.7
9+
10+
### Build
11+
12+
* **docker:** pin setuptools to v70 ([#284](https://github.com/reanahub/reana-workflow-engine-cwl/issues/284)) ([6dc9f26](https://github.com/reanahub/reana-workflow-engine-cwl/commit/6dc9f269f613d8bf925a94cef01b908c4a07ad7c))
13+
* **docker:** upgrade to Ubuntu 24.04 and Python 3.12 ([#283](https://github.com/reanahub/reana-workflow-engine-cwl/issues/283)) ([82ac6a9](https://github.com/reanahub/reana-workflow-engine-cwl/commit/82ac6a912fc86c8f2a3de7702e886e470dfe87ab))
14+
* **python:** add minimal `pyproject.toml` ([#284](https://github.com/reanahub/reana-workflow-engine-cwl/issues/284)) ([8523d8a](https://github.com/reanahub/reana-workflow-engine-cwl/commit/8523d8aa50e79475fc041ee311e1bbf583d02a4f))
15+
* **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))
16+
* **python:** remove deprecated `pytest-runner` ([#284](https://github.com/reanahub/reana-workflow-engine-cwl/issues/284)) ([bcf5785](https://github.com/reanahub/reana-workflow-engine-cwl/commit/bcf5785318fab66d05842bebde59d027f9eb6590))
17+
* **python:** use optional deps instead of `tests_require` ([#284](https://github.com/reanahub/reana-workflow-engine-cwl/issues/284)) ([7b44979](https://github.com/reanahub/reana-workflow-engine-cwl/commit/7b44979ea70f87dcbcfcba2370b8885074451fea))
18+
19+
20+
### Continuous integration
21+
22+
* **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))
23+
* **commitlint:** improve checking of merge commits ([#285](https://github.com/reanahub/reana-workflow-engine-cwl/issues/285)) ([9fe826b](https://github.com/reanahub/reana-workflow-engine-cwl/commit/9fe826b0fa42f33d3498e97713f2fe1183cf5fe4))
24+
* **pytest:** invoke `pytest` directly instead of `setup.py test` ([#284](https://github.com/reanahub/reana-workflow-engine-cwl/issues/284)) ([9e42a81](https://github.com/reanahub/reana-workflow-engine-cwl/commit/9e42a81bd774143b859a1be28959cd936db5a64b))
25+
26+
27+
### Chores
28+
29+
* **master:** release 0.95.0-alpha.1 ([f528ba3](https://github.com/reanahub/reana-workflow-engine-cwl/commit/f528ba357273d14d459b3b35722e71deb22ee9c2))
30+
331
## [0.9.3](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.2...0.9.3) (2024-03-04)
432

533

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7171
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7272
LABEL org.opencontainers.image.vendor="reanahub"
7373
# x-release-please-start-version
74-
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
74+
LABEL org.opencontainers.image.version="0.95.0"
7575
# x-release-please-end

0 commit comments

Comments
 (0)