Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4"
".": "0.9.5"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@

# Changelog

## [0.9.5](https://github.com/reanahub/reana-client/compare/0.9.4...0.9.5) (2026-03-15)


### Build

* **python:** add support for Python 3.14 ([#753](https://github.com/reanahub/reana-client/issues/753)) ([191859d](https://github.com/reanahub/reana-client/commit/191859d83cdd953359ced997e631e55ca633fe5a))
* **python:** bump shared REANA packages as of 2025-01-09 ([#757](https://github.com/reanahub/reana-client/issues/757)) ([1748ef5](https://github.com/reanahub/reana-client/commit/1748ef5aa85e76017938d405c4967f4976da70f7))
* **python:** relax pathspec version constraint ([#758](https://github.com/reanahub/reana-client/issues/758)) ([d131a25](https://github.com/reanahub/reana-client/commit/d131a25880a9f97578e6a2c57177bec6a5034d4e))


### Features

* **etc:** add bash and zsh shell completion files ([#756](https://github.com/reanahub/reana-client/issues/756)) ([aa091f0](https://github.com/reanahub/reana-client/commit/aa091f0f28de46ba026040458408907ad2ed39e1))


### Code style

* **python:** adapt code base to the new black version ([#758](https://github.com/reanahub/reana-client/issues/758)) ([b6faeda](https://github.com/reanahub/reana-client/commit/b6faedab8a9089c3bbf42b91b90f34bf0afa2ffb))


### Continuous integration

* **commitlint:** fix local running of commit linter on macOS ([#746](https://github.com/reanahub/reana-client/issues/746)) ([ddf1eea](https://github.com/reanahub/reana-client/commit/ddf1eeacd5aa8bca8f6d9729fa21ebb3bf2fbf5d))
* **jsonlint:** add JSON linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([1854cef](https://github.com/reanahub/reana-client/commit/1854cef1c77ff10845d4711f9a19c1ca7be179b0))
* **markdownlint:** add Markdown linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([c994a34](https://github.com/reanahub/reana-client/commit/c994a346987cd59c3b0cf32a06d0be7e729d96ca))
* **prettier:** add Prettier code formatting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([da63802](https://github.com/reanahub/reana-client/commit/da638022e00d1cd2bdba1e525f78873d3735362c))
* **python:** pin setuptools below 81 ([#760](https://github.com/reanahub/reana-client/issues/760)) ([57cd676](https://github.com/reanahub/reana-client/commit/57cd676e40508a86d8984092704b870e4bf9c77c))
* **run-tests:** add usage help and refactor options ([#762](https://github.com/reanahub/reana-client/issues/762)) ([9d90a58](https://github.com/reanahub/reana-client/commit/9d90a586b3c4be59fe58ca6fa7b9ef3658eecd29))
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#741](https://github.com/reanahub/reana-client/issues/741)) ([22c74e5](https://github.com/reanahub/reana-client/commit/22c74e5955f60b3fca900462626d3b948e1ee010))
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#741](https://github.com/reanahub/reana-client/issues/741)) ([639992a](https://github.com/reanahub/reana-client/commit/639992a3c13a3b601541f0a04c48afd33008ac62))
* **shfmt:** add shfmt code formatting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([2764653](https://github.com/reanahub/reana-client/commit/27646538004d48ea08fc01ff11d13a5f57efe5fb))
* **yamllint:** add YAML linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([2ee30b3](https://github.com/reanahub/reana-client/commit/2ee30b33c8a47c445814edfe85f40705538d1edd))


### Documentation

* **usage:** add shell completion instructions ([#756](https://github.com/reanahub/reana-client/issues/756)) ([03d2270](https://github.com/reanahub/reana-client/commit/03d22708f4ad831d2bc4058f4f75077b0db8988f))

## [0.9.4](https://github.com/reanahub/reana-client/compare/0.9.3...0.9.4) (2024-11-29)

### Build
Expand Down