Skip to content

Commit

Permalink
chore(master): release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2024
1 parent 09c9210 commit 3e162b4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 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.2"
".": "0.9.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.9.3](https://github.com/reanahub/reana/compare/0.9.2...0.9.3) (2024-01-16)


### 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))
* **release-please:** update version in Helm Chart ([#770](https://github.com/reanahub/reana/issues/770)) ([09c9210](https://github.com/reanahub/reana/commit/09c9210d68e29d094c0e76a4002b17a21fcda701))
5 changes: 2 additions & 3 deletions helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ keywords:
- cwl
- reusable-science
type: application
# Chart version.
version: 0.9.2
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
version: 0.9.3
kubeVersion: '>= 1.21.0-0 < 1.29.0-0'
dependencies:
- name: traefik
version: 10.6.2
Expand Down
2 changes: 1 addition & 1 deletion reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit 3e162b4

Please sign in to comment.