Skip to content

Commit

Permalink
chore(master): release 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent 822a538 commit ef5b295
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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.3"
".": "0.95.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.95.0](https://github.com/reanahub/reana-client/compare/0.9.3...0.95.0) (2024-07-17)


### ⚠ BREAKING CHANGES

* **python:** drop support for Python 3.6 and 3.7

### Build

* **docker:** create `reana-client` container image ([#710](https://github.com/reanahub/reana-client/issues/710)) ([2c99c5d](https://github.com/reanahub/reana-client/commit/2c99c5d1bd36e4303885875375085f7d714e8732)), closes [#709](https://github.com/reanahub/reana-client/issues/709)
* **python:** drop support for Python 3.6 and 3.7 ([#715](https://github.com/reanahub/reana-client/issues/715)) ([822a538](https://github.com/reanahub/reana-client/commit/822a5387acacb40d53ebe951b7f2332e26f0c5dc))


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#714](https://github.com/reanahub/reana-client/issues/714)) ([3465eb0](https://github.com/reanahub/reana-client/commit/3465eb0496dba6b4fb64fd6edd7872ae59ec5a98))


### Documentation

* **cli:** fix `open` command documentation typo ([#716](https://github.com/reanahub/reana-client/issues/716)) ([9a4dfc2](https://github.com/reanahub/reana-client/commit/9a4dfc2d5dccf6d3bc0290719f0ad6bb3dc3735a))


### Chores

* **master:** release 0.95.0a1 ([9a410cc](https://github.com/reanahub/reana-client/commit/9a410cc030bef6fb39ea5f0c35a93bbe8730297a))

## [0.9.3](https://github.com/reanahub/reana-client/compare/0.9.2...0.9.3) (2024-03-13)


Expand Down

0 comments on commit ef5b295

Please sign in to comment.