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 16448cd commit b5ff85c
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.4"
".": "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-db/compare/0.9.4...0.95.0) (2024-07-17)


### ⚠ BREAKING CHANGES

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

### Build

* **python:** add support for SQLAlchemy 1.4 ([#234](https://github.com/reanahub/reana-db/issues/234)) ([f341b21](https://github.com/reanahub/reana-db/commit/f341b21f203225f9537073fe67ec42578db11f02)), closes [#228](https://github.com/reanahub/reana-db/issues/228)
* **python:** drop support for Python 3.6 and 3.7 ([#235](https://github.com/reanahub/reana-db/issues/235)) ([16448cd](https://github.com/reanahub/reana-db/commit/16448cd8e319661ce73697e6c66d138e0728b228))


### Bug fixes

* **models:** remove duplicated User-Workflow relationship ([#234](https://github.com/reanahub/reana-db/issues/234)) ([a364bb0](https://github.com/reanahub/reana-db/commit/a364bb0a5db5bedf5c00b21e437ea8da1abd62df))


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#233](https://github.com/reanahub/reana-db/issues/233)) ([f418dfb](https://github.com/reanahub/reana-db/commit/f418dfba0b5b9c49039e7f64944104ed4685b78c))


### Chores

* **master:** release 0.95.0a1 ([ec7c5e5](https://github.com/reanahub/reana-db/commit/ec7c5e5801fb7954bc8b8e652674e64d67526838))

## [0.9.4](https://github.com/reanahub/reana-db/compare/0.9.3...0.9.4) (2024-03-01)


Expand Down

0 comments on commit b5ff85c

Please sign in to comment.