From ddded85a745d4c0f157c5043e5fb7584c2c006e7 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 10 Dec 2024 12:54:07 +0000 Subject: [PATCH] bump version to 0.43.0 --- CHANGELOG.md | 20 ++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1c3b6b..f6c622c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changes + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.43.0] - 2024-12-10 + +### Added + - add preview models for merged items without cardinality validation - BREAKING: preview models are now part of all `mex.common.fields` lookups - add `BackendApiConnector.fetch_preview_items` for fetching previews -### Changes - ### Deprecated - stop using `ExtractedData`, use `AnyExtractedModel` instead @@ -32,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - drop export `models.ExtractedPrimarySourceIdentifier`, import from `types` instead - drop export `models.MergedPrimarySourceIdentifier`, import from `types` instead -### Fixed - -### Security - ## [0.42.0] - 2024-12-02 ### Added diff --git a/pyproject.toml b/pyproject.toml index c9b22481..fc02053f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.42.0" +version = "0.43.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }