|
3 | 3 |
|
4 | 4 | # Changelog |
5 | 5 |
|
| 6 | +## [0.9.5](https://github.com/reanahub/reana-client/compare/0.9.4...0.9.5) (2026-03-15) |
| 7 | + |
| 8 | + |
| 9 | +### Build |
| 10 | + |
| 11 | +* **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)) |
| 12 | +* **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)) |
| 13 | +* **python:** relax pathspec version constraint ([#758](https://github.com/reanahub/reana-client/issues/758)) ([d131a25](https://github.com/reanahub/reana-client/commit/d131a25880a9f97578e6a2c57177bec6a5034d4e)) |
| 14 | + |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* **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)) |
| 19 | + |
| 20 | + |
| 21 | +### Code style |
| 22 | + |
| 23 | +* **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)) |
| 24 | + |
| 25 | + |
| 26 | +### Continuous integration |
| 27 | + |
| 28 | +* **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)) |
| 29 | +* **jsonlint:** add JSON linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([1854cef](https://github.com/reanahub/reana-client/commit/1854cef1c77ff10845d4711f9a19c1ca7be179b0)) |
| 30 | +* **markdownlint:** add Markdown linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([c994a34](https://github.com/reanahub/reana-client/commit/c994a346987cd59c3b0cf32a06d0be7e729d96ca)) |
| 31 | +* **prettier:** add Prettier code formatting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([da63802](https://github.com/reanahub/reana-client/commit/da638022e00d1cd2bdba1e525f78873d3735362c)) |
| 32 | +* **python:** pin setuptools below 81 ([#760](https://github.com/reanahub/reana-client/issues/760)) ([57cd676](https://github.com/reanahub/reana-client/commit/57cd676e40508a86d8984092704b870e4bf9c77c)) |
| 33 | +* **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)) |
| 34 | +* **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)) |
| 35 | +* **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)) |
| 36 | +* **shfmt:** add shfmt code formatting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([2764653](https://github.com/reanahub/reana-client/commit/27646538004d48ea08fc01ff11d13a5f57efe5fb)) |
| 37 | +* **yamllint:** add YAML linting checks ([#762](https://github.com/reanahub/reana-client/issues/762)) ([2ee30b3](https://github.com/reanahub/reana-client/commit/2ee30b33c8a47c445814edfe85f40705538d1edd)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **usage:** add shell completion instructions ([#756](https://github.com/reanahub/reana-client/issues/756)) ([03d2270](https://github.com/reanahub/reana-client/commit/03d22708f4ad831d2bc4058f4f75077b0db8988f)) |
| 43 | + |
6 | 44 | ## [0.9.4](https://github.com/reanahub/reana-client/compare/0.9.3...0.9.4) (2024-11-29) |
7 | 45 |
|
8 | 46 | ### Build |
|
0 commit comments