From f8690059169104413ce5d283d6a2bb9ab53b8eb8 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 20 Aug 2024 07:39:10 +0000 Subject: [PATCH] bump version to 0.35.0 --- CHANGELOG.md | 16 +++++++++++----- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bf9447..79bc4f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,20 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- update cruft and loosen up pyproject dependencies -- harmonize signatures/docs of pydantic core/json schema manipulating methods - ### Deprecated ### Removed ### Fixed +### Security + +## [0.35.0] - 2024-08-20 + +### Changes + +- update cruft and loosen up pyproject dependencies +- harmonize signatures/docs of pydantic core/json schema manipulating methods + +### Fixed + - fix schema tests not starting with diverging model names in common and mex-model - fix serialization for temporal entity instances within pydantic models -### Security - ## [0.34.0] - 2024-08-12 ### Added diff --git a/pyproject.toml b/pyproject.toml index a738599a..4284c803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.34.0" +version = "0.35.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }