Skip to content

Commit

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

## [0.9.3](https://github.com/tiborsimko/reana-client/compare/v0.9.2...0.9.3) (2024-01-12)


### Continuous integration

* added flake8 linter ([2ea9df3](https://github.com/tiborsimko/reana-client/commit/2ea9df38ea6777893cd229901599fc4b66bdc573))
* added system dependencies for graphviz support ([9d6d46b](https://github.com/tiborsimko/reana-client/commit/9d6d46b3b9e6e0b4098fe9f0d7d7b17a8f3997b7))
* **commitlint:** addition of commit message linter ([#695](https://github.com/tiborsimko/reana-client/issues/695)) ([2de7d61](https://github.com/tiborsimko/reana-client/commit/2de7d61db96693e8ee9c3ac555aef9dbfd7bb4bc))
* do not use `-I` when installing dependencies ([e717555](https://github.com/tiborsimko/reana-client/commit/e7175559735eb226662c47f67ec72993d16f573d))
* pin ubuntu version in GA jobs ([e68fb9f](https://github.com/tiborsimko/reana-client/commit/e68fb9fc7602d2d1e94b22386a13ce5a9af991df))
* **release-please:** initial configuration ([#695](https://github.com/tiborsimko/reana-client/issues/695)) ([5b278f1](https://github.com/tiborsimko/reana-client/commit/5b278f131b59d3ecfd3c7f129040a126cd01b60a))
* remove six from python-tests job ([2cb42c5](https://github.com/tiborsimko/reana-client/commit/2cb42c5a6c8c6bedc6c6f8321fc29f7e428ad5fb))
* revert back docs.reana.io CLI API check ([b8d893d](https://github.com/tiborsimko/reana-client/commit/b8d893dc8049f439cc060d78ba0527d333ac9cd7))
* update all actions ([c9cb332](https://github.com/tiborsimko/reana-client/commit/c9cb3328b9bd4d219f86907199cff432c619d87a))
* use Python 3.12 stable release ([dcd415f](https://github.com/tiborsimko/reana-client/commit/dcd415fe08b06b486f968086869fc91b0d58483d))


### Documentation

* add .readthedocs.yaml to migrate to RTD v2 ([f2efcc5](https://github.com/tiborsimko/reana-client/commit/f2efcc5196d20a9680c49b946f60f3df542729ee))
* add interactive session screenshot ([2564206](https://github.com/tiborsimko/reana-client/commit/256420656f8201ad5d81295c357b6cf35725b681))
* add script to generate cli api docs ([44811f7](https://github.com/tiborsimko/reana-client/commit/44811f7f8b3f4af5711fb3813182d4d9638437fb))
* added get_workflow_logs function under rest API docs section ([58ae79b](https://github.com/tiborsimko/reana-client/commit/58ae79bee36dd7ba51b6d609e0769d206955ccd9))
* added more functions under rest API docs section ([d36de00](https://github.com/tiborsimko/reana-client/commit/d36de00b2b2f748de0bcc19cbb163c9ed2ec00f2))
* adding commands summary from `--help` ([a72be53](https://github.com/tiborsimko/reana-client/commit/a72be53d54a1027aa0dd69a98a077d145f909459))
* adds serial partial execution example ([88df3fa](https://github.com/tiborsimko/reana-client/commit/88df3fa5554e6e96ed531523c2106bcde03525d6))
* author ORCID links ([81b3d9f](https://github.com/tiborsimko/reana-client/commit/81b3d9fb5f0f5f82f9f46f202da93774e3bdd0f7))
* autoload client methods and add missing parameter descriptions ([5fc10fb](https://github.com/tiborsimko/reana-client/commit/5fc10fbba5ab26d6070339e4172ac2847ddfabca))
* cmd example fix for cwl partial execution ([3a26ab7](https://github.com/tiborsimko/reana-client/commit/3a26ab77627145014069878a562ecc9e9bc070c9))
* document serial CACHING parameter ([73dd36a](https://github.com/tiborsimko/reana-client/commit/73dd36a31765c4818f7b70e8fd03eb783e74583e))
* general update for v0.2.0 release ([1d8e503](https://github.com/tiborsimko/reana-client/commit/1d8e503689a562b85507d1c3ba1bcf2e6f7eb765))
* harmonise example file names ([0dac57a](https://github.com/tiborsimko/reana-client/commit/0dac57ac52cffaba475b642fc85a22bc73b39c56))
* harmonise REANA_WORKON name in help ([94cab3c](https://github.com/tiborsimko/reana-client/commit/94cab3cdfa7f6edf43a4ff1418336e4c0ad72de7))
* improvements ([7de2d67](https://github.com/tiborsimko/reana-client/commit/7de2d67f40a2a7ff08590e90d7cd3c7c266d7077))
* ineractive session userguide + kubernetes update. ([b2e1b1d](https://github.com/tiborsimko/reana-client/commit/b2e1b1d1112b0b9879558c1ab554c4ff0eab7638))
* more advice on access tokens ([d303c58](https://github.com/tiborsimko/reana-client/commit/d303c58d7c09f43aa8fe0c32d9638bc8004b3a27))
* new logo, panel verbiage and links ([284cb18](https://github.com/tiborsimko/reana-client/commit/284cb188c35bcb3c769f8586d083c0ca9d70e8f7))
* reanmes HTCONDORCERN* vars to CERN* ([eee648b](https://github.com/tiborsimko/reana-client/commit/eee648b23559be56caa00a1c36f637e39e6577f8))
* remove non-autogenerated sections ([f15e4c7](https://github.com/tiborsimko/reana-client/commit/f15e4c705ba1e21ac878be401fe60fb6eaf5fb4e))
* remove reana-cluster references ([9d6976f](https://github.com/tiborsimko/reana-client/commit/9d6976f757093d3a95fce81c7907d6d8c4375b04))
* renaming workflows cmd to list ([ab17a8d](https://github.com/tiborsimko/reana-client/commit/ab17a8d15d42b93e25e6200d21d3822ed0fb3094))
* rendering fix & rephrasing of interactive sessions ([e9e1e2d](https://github.com/tiborsimko/reana-client/commit/e9e1e2dfa9d01690f98fda8e03740977eea248b9))
* rendering fixes ([070f206](https://github.com/tiborsimko/reana-client/commit/070f206f93dbb3ab641329dc61b39bf78b6edd99))
* revert cli api docs autogeneration ([d22d5f3](https://github.com/tiborsimko/reana-client/commit/d22d5f3178b84e0896c9e4191ba1a2a7ca072d86))
* secrets example for HTCondorCERN ([fcee100](https://github.com/tiborsimko/reana-client/commit/fcee100d90609c75b4f9beb2e12b1f41bb669718))
* section for upload and download wrappers ([6dfe48a](https://github.com/tiborsimko/reana-client/commit/6dfe48adb33a9c3dc2dfa6d8801820f01f0e30ff))
* set default language to English ([821931e](https://github.com/tiborsimko/reana-client/commit/821931ef3cc8c2508b3f989d009263c944da772e))
* single-page RTFD outline ([cd9045a](https://github.com/tiborsimko/reana-client/commit/cd9045af6b5a1b708545d9f0d755bdc37992ec6d))
* update changelog ([ac7867c](https://github.com/tiborsimko/reana-client/commit/ac7867c08c519d1a70ccd54a940b45076d3382a7))
* update instructions for latest rc version ([a6df2f2](https://github.com/tiborsimko/reana-client/commit/a6df2f27daf8978866d6a802ed32769029df5be0))
* virtualenv instead of mkvirtualenv ([4422c17](https://github.com/tiborsimko/reana-client/commit/4422c1754fe624ceae5f7c50f904bfb413c22767))
2 changes: 1 addition & 1 deletion reana_client/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.2"
__version__ = "0.9.3"

0 comments on commit 89a9be5

Please sign in to comment.