From ab27a764d8ebba0fcb7c37607d05fa630c54218b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:28:28 +0000 Subject: [PATCH] chore(master): release 0.95.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a8..efb7bd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.95.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b412609..31d49a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.95.0](https://github.com/reanahub/reana-db/compare/0.9.4...0.95.0) (2024-07-31) + + +### ⚠ BREAKING CHANGES + +* **python:** drop support for Python 3.6 and 3.7 + +### Build + +* **python:** add minimal `pyproject.toml` ([#237](https://github.com/reanahub/reana-db/issues/237)) ([de1e03b](https://github.com/reanahub/reana-db/commit/de1e03b7f81fd1a49b9c2abdc7c5b6d164fe1f37)) +* **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)) +* **python:** remove deprecated `pytest-runner` ([#237](https://github.com/reanahub/reana-db/issues/237)) ([09f2df8](https://github.com/reanahub/reana-db/commit/09f2df890be324841f3842cc73c8554b6be969a3)) +* **python:** use optional deps instead of `tests_require` ([#237](https://github.com/reanahub/reana-db/issues/237)) ([18302ea](https://github.com/reanahub/reana-db/commit/18302ea372e76f6c05e65625f921902cbfb51710)) + + +### 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)) +* **pytest:** invoke `pytest` directly instead of `setup.py test` ([#237](https://github.com/reanahub/reana-db/issues/237)) ([6b23c4d](https://github.com/reanahub/reana-db/commit/6b23c4de09aea1758b2cffa62fbdd8a09ba0a150)) + + +### 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)