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

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


### ⚠ BREAKING CHANGES

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

### Build

* **docker:** fix XRootD repository location ([#95](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/95)) ([69fea32](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/69fea329dd9bf91ff9eb1de9ac741262512a872a))
* **python:** drop support for Python 3.6 and 3.7 ([#94](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/94)) ([3ef33c3](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/3ef33c3192d70b64d7f13a213186dd449fc8cb42))


### Bug fixes

* **executor:** override default resources to remove mem/disk ([#91](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/91)) ([572a83f](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/572a83f5190c7cae95a4607b792f4b6e0c39262c)), closes [#90](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/90)


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#89](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/89)) ([b0e3669](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/b0e366922073e359c8b740696179e23d9daa4033))
* **commitlint:** do not check merge commit's ancestors ([#92](https://github.com/reanahub/reana-workflow-engine-snakemake/issues/92)) ([690dfc2](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/690dfc2668aea85549e6dbaad131e15afb1ecb21))


### Chores

* **master:** release 0.95.0-alpha.1 ([998ced1](https://github.com/reanahub/reana-workflow-engine-snakemake/commit/998ced1869aabad2c37fe7a1c3f32cc6eb4b58f1))

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

Please sign in to comment.