From 88da0db0165c56012b59b6c52140b64bd50f5316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:57:11 +0000 Subject: [PATCH] chore(maint-0.9): release 0.9.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ reana/version.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6a..ee2bfff4 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 e69de29b..90a7dbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.9.3](https://github.com/reanahub/reana/compare/0.9.2...0.9.3) (2024-01-12) + + +### Continuous integration + +* **commitlint:** addition of commit message linter ([#767](https://github.com/reanahub/reana/issues/767)) ([be77666](https://github.com/reanahub/reana/commit/be77666bb80601c0211674a59a3f91d2609712f9)) +* **release-please:** initial configuration ([#767](https://github.com/reanahub/reana/issues/767)) ([bb45539](https://github.com/reanahub/reana/commit/bb455393ac1b4d149cfef4df6e96ae730c25501c)) diff --git a/reana/version.py b/reana/version.py index 9f0d638c..719c0576 100644 --- a/reana/version.py +++ b/reana/version.py @@ -13,4 +13,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.2" +__version__ = "0.9.3"