-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
311e157
commit 49a37a4
Showing
4 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.9.2" | ||
".": "0.9.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.9.3](https://github.com/reanahub/reana/compare/0.9.2...0.9.3) (2024-01-29) | ||
|
||
|
||
### Bug fixes | ||
|
||
* **reana-dev:** delete extra files with git-submodule --update ([#764](https://github.com/reanahub/reana/issues/764)) ([e5680ce](https://github.com/reanahub/reana/commit/e5680ce8bd1a9f80dde4ca448f9fc8d21aa1c6ca)) | ||
|
||
|
||
### Code style | ||
|
||
* **black:** format with black v24 ([#772](https://github.com/reanahub/reana/issues/772)) ([311e157](https://github.com/reanahub/reana/commit/311e1573867b74d722e04835268d5686e5f64f15)) | ||
|
||
|
||
### Continuous integration | ||
|
||
* **commitlint:** addition of commit message linter ([#767](https://github.com/reanahub/reana/issues/767)) ([be77666](https://github.com/reanahub/reana/commit/be77666bb80601c0211674a59a3f91d2609712f9)) | ||
* **commitlint:** check for the presence of concrete PR number ([#771](https://github.com/reanahub/reana/issues/771)) ([2c34634](https://github.com/reanahub/reana/commit/2c34634465723d1b9aa3858ce3898625f4ba572f)) | ||
* **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)) | ||
* **shellcheck:** fix exit code propagation ([#771](https://github.com/reanahub/reana/issues/771)) ([035d51c](https://github.com/reanahub/reana/commit/035d51ca95dbab1c225316667ea2d199d924c851)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.9.2" | ||
__version__ = "0.9.3" |