From 18f19581014b11486a5c5de39173f24d398c91de Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Fri, 12 Jul 2024 15:49:25 +0000 Subject: [PATCH] bump version to 0.29.0 --- CHANGELOG.md | 18 ++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c41186..0313de33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changes + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.29.0] - 2024-07-12 + +### Added + - add validator to base model that verifies computed fields can be set but not altered - new class hierarchy for identifiers: ExtractedIdentifier and MergedIdentifier @@ -19,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - use json instead of pickle to calculate checksum of models - replace `set_identifiers` validator with computed fields on each extracted model -### Deprecated - ### Removed - removed custom stringify method on base entities that included the `identifier` field @@ -29,8 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix typing for `__eq__` arguments -### Security - ## [0.28.0] - 2024-07-08 ### Added diff --git a/pyproject.toml b/pyproject.toml index 03924cae..db499fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.28.0" +version = "0.29.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }