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 31, 2024
1 parent c6ae076 commit a82bc11
Show file tree
Hide file tree
Showing 3 changed files with 28 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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### ⚠ BREAKING CHANGES

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

### Build

* **docker:** pin setuptools to v70 ([#214](https://github.com/reanahub/reana-workflow-engine-serial/issues/214)) ([c6ae076](https://github.com/reanahub/reana-workflow-engine-serial/commit/c6ae076bf4c8be9b5018e6acb7b0f94cce134184))
* **python:** add minimal `pyproject.toml` ([#214](https://github.com/reanahub/reana-workflow-engine-serial/issues/214)) ([c3cd6f6](https://github.com/reanahub/reana-workflow-engine-serial/commit/c3cd6f65d9450dd40a3f9c49461db27283798925))
* **python:** drop support for Python 3.6 and 3.7 ([#208](https://github.com/reanahub/reana-workflow-engine-serial/issues/208)) ([c5f68ab](https://github.com/reanahub/reana-workflow-engine-serial/commit/c5f68aba7305f37755722a88b7a79f49a61b1ebf))
* **python:** remove deprecated `pytest-runner` ([#214](https://github.com/reanahub/reana-workflow-engine-serial/issues/214)) ([5beb31e](https://github.com/reanahub/reana-workflow-engine-serial/commit/5beb31efbc5dd7ce688fa559621aaf63ee1ed388))
* **python:** use optional deps instead of `tests_require` ([#214](https://github.com/reanahub/reana-workflow-engine-serial/issues/214)) ([906d439](https://github.com/reanahub/reana-workflow-engine-serial/commit/906d4397e9670fac20c515a73eeed78567635fc3))


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#204](https://github.com/reanahub/reana-workflow-engine-serial/issues/204)) ([8ca85c0](https://github.com/reanahub/reana-workflow-engine-serial/commit/8ca85c0b85a93b60d6202ebdd8ac955bb635a1a9))
* **pytest:** invoke `pytest` directly instead of `setup.py test` ([#214](https://github.com/reanahub/reana-workflow-engine-serial/issues/214)) ([3e58d5a](https://github.com/reanahub/reana-workflow-engine-serial/commit/3e58d5a0dbe61c5c97c628d243cb639a0b3dfd99))


### Chores

* **master:** release 0.95.0-alpha.1 ([5d34691](https://github.com/reanahub/reana-workflow-engine-serial/commit/5d34691ed5fde8d38720b742bd9921cd52b7fa0e))

## [0.9.3](https://github.com/reanahub/reana-workflow-engine-serial/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 @@ -72,5 +72,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-serial"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-serial"
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 a82bc11

Please sign in to comment.