From c0880bf32785989194cab7ed1607812106d9cd09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:18:29 +0000 Subject: [PATCH] chore(maint-0.9): release 0.9.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pytest_reana/version.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6..ee2bfff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..bc5f08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.9.3](https://github.com/reanahub/pytest-reana/compare/0.9.2...0.9.3) (2024-01-09) + + +### Continuous integration + +* **commitlint:** addition of commit message linter ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([67259a6](https://github.com/reanahub/pytest-reana/commit/67259a6c33413c84b53528413b88556b9cd2fb5d)) +* **release-please:** initial configuration ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([b87d9e9](https://github.com/reanahub/pytest-reana/commit/b87d9e973a35ae00bc76422fc39f444dea36a8ae)) diff --git a/pytest_reana/version.py b/pytest_reana/version.py index 92d6c85..37cdcdd 100755 --- a/pytest_reana/version.py +++ b/pytest_reana/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.2" +__version__ = "0.9.3"