From de7c43413ab153b042437e28e9b2781fb75e43fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:35:57 +0000 Subject: [PATCH] chore(main): release 0.34.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2ba558c07..37549276f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.34.0"} +{".":"0.34.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ffc57678..ba3e9d895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.34.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.34.0...v0.34.1) (2024-12-11) + + +### Bug Fixes + +* **relations:** only filter queryset if there is actually a value ([7cd93e7](https://github.com/acdh-oeaw/apis-core-rdf/commit/7cd93e70f27ba97cfc7cb95bd324ee2ebd0bac15)) +* **relations:** only serialize if there is an object ([163f3f8](https://github.com/acdh-oeaw/apis-core-rdf/commit/163f3f85472841de3e553c2042fb89a2da863976)) + + +### Documentation + +* **history:** add documentation on some management commands ([320e73f](https://github.com/acdh-oeaw/apis-core-rdf/commit/320e73f8a83df38103fa64694b4548382b4852e2)), closes [#873](https://github.com/acdh-oeaw/apis-core-rdf/issues/873) +* **history:** add section on middleware for user tracking ([4694885](https://github.com/acdh-oeaw/apis-core-rdf/commit/4694885f6278d76e2a54a7daf248678dd7ee779d)) + ## [0.34.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.33.0...v0.34.0) (2024-12-09) diff --git a/pyproject.toml b/pyproject.toml index 81f17eafa..47eec7995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core-rdf" -version = "0.34.0" +version = "0.34.1" description = "Base package for the APIS framework" authors = [ "Matthias Schlögl ",