From be76c7c390efa13607280c925de07a1f2761a5a6 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Fri, 8 Nov 2024 14:50:47 +0000 Subject: [PATCH] bump version to 0.22.0 --- CHANGELOG.md | 18 +++++++++++------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8503147..8b67eb01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- upgrade mex-common and mex-model dependencies to metadata model v3 -- apply additional linters in prep for `all` ruff linters -- mute warnings about labels used in queries but missing in graph -- split up search_merged_items_in_graph for better readability -- update cypher queries to use `CALL` clauses with correct variable scope -- BREAKING: drop support for neo4j server version 5.6 and lower - ### Deprecated ### Removed @@ -26,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.22.0] - 2024-11-08 + +### Changes + +- upgrade mex-common and mex-model dependencies to metadata model v3 +- apply additional linters in prep for `all` ruff linters +- mute warnings about labels used in queries but missing in graph +- split up search_merged_items_in_graph for better readability +- update cypher queries to use `CALL` clauses with correct variable scope +- BREAKING: drop support for neo4j server version 5.6 and lower + ## [0.21.0] - 2024-10-31 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 8ccfacec..76b6f93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-backend" -version = "0.21.0" +version = "0.22.0" description = "Backend server for the RKI metadata exchange." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }