Skip to content

Commit

Permalink
chore(maint-0.9): release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2024
1 parent 709a685 commit dca032a
Show file tree
Hide file tree
Showing 3 changed files with 38 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.5"
".": "0.9.6"
}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## [0.9.6](https://github.com/tiborsimko/reana-commons/compare/v0.9.5...0.9.6) (2024-01-12)


### Test suite

* fix calculate hash test ([95a719b](https://github.com/tiborsimko/reana-commons/commit/95a719b6bb67b7d981860018e0a8c509a8d1d54e))


### Continuous integration

* added flake8 linter ([a48dcd8](https://github.com/tiborsimko/reana-commons/commit/a48dcd8d7b9260b8ddb973747f43104e9685bee3))
* added github actions workflow ([80b4c2a](https://github.com/tiborsimko/reana-commons/commit/80b4c2a3b4bc583073f2e6385d8aa3800ce8507d))
* added python 2.7 to github action python test strategy ([5b8c024](https://github.com/tiborsimko/reana-commons/commit/5b8c0246fe874290576a2738def2a44080e72112)), closes [#233](https://github.com/tiborsimko/reana-commons/issues/233)
* **commitlint:** addition of commit message linter ([#432](https://github.com/tiborsimko/reana-commons/issues/432)) ([a67906f](https://github.com/tiborsimko/reana-commons/commit/a67906fe8620e1f624e24e8a4511694a9b60378d))
* pin ubuntu version in GA jobs ([cbfc143](https://github.com/tiborsimko/reana-commons/commit/cbfc143f1f32a7b88b6d180ca7a991b56d1b6ebe))
* **release-please:** initial configuration ([#432](https://github.com/tiborsimko/reana-commons/issues/432)) ([687f2f4](https://github.com/tiborsimko/reana-commons/commit/687f2f4ea8c5c49a70c6f121faf7e59a98dd3138))
* removed pip upgrade ([efe654b](https://github.com/tiborsimko/reana-commons/commit/efe654b566e7c4110c91762e6cc1b2ac43e90581))
* **shellcheck:** check all shell scripts recursively ([#436](https://github.com/tiborsimko/reana-commons/issues/436)) ([709a685](https://github.com/tiborsimko/reana-commons/commit/709a685b3a8586b069a98c0338283a6bd2721005))
* update all actions ([dd3d0ba](https://github.com/tiborsimko/reana-commons/commit/dd3d0bab733071136ff0cdfdd54e36e2f5788b9d))
* use Python 3.12 stable release ([e49b0c7](https://github.com/tiborsimko/reana-commons/commit/e49b0c7fdd5b7428b359c946d468bbdff10d7b14))


### Documentation

* add .readthedocs.yaml to migrate to RTD v2 ([6682140](https://github.com/tiborsimko/reana-commons/commit/66821403d8b40a8929677b988c5a4262a13574e5))
* fix docstrings for kombu class references ([8af0606](https://github.com/tiborsimko/reana-commons/commit/8af06066687207d334562e70a6abe146e4c79427))
* fix docstrings for kombu class references ([8c20f2e](https://github.com/tiborsimko/reana-commons/commit/8c20f2e75c5e9da9e65450244c387b0f8d57121c))
* install only docs required dependencies for RTD build ([77e0d9f](https://github.com/tiborsimko/reana-commons/commit/77e0d9f0d095d19b8dfe3ed8a1970a5733e85907)), closes [#210](https://github.com/tiborsimko/reana-commons/issues/210)
* remove reana-cluster references ([f558c06](https://github.com/tiborsimko/reana-commons/commit/f558c0603b086a84995ced122fd99d05852679bb))
* set default language to English ([0247a25](https://github.com/tiborsimko/reana-commons/commit/0247a25d9744f07c530459017c45fe9ab7bc9e99))
* single-page RTFD outline ([e387aba](https://github.com/tiborsimko/reana-commons/commit/e387aba8524298ad99e87612cd9cd7dd3e71f147))
* switch to stable version of kombu ([daf272e](https://github.com/tiborsimko/reana-commons/commit/daf272ec5f3a2f91220f9318be546ba4d542024d))
* switch to stable version of kombu ([12a44e2](https://github.com/tiborsimko/reana-commons/commit/12a44e23cae0f8802cd243c06d4d50f289bd9360))
* update changelog ([f79147a](https://github.com/tiborsimko/reana-commons/commit/f79147a060c1ef7d02b6857fef9579d72ced6414))
2 changes: 1 addition & 1 deletion reana_commons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.5"
__version__ = "0.9.6"

0 comments on commit dca032a

Please sign in to comment.