From 9c97e494f48a548c8b9ee68a82d0adef74b47e8f Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 22 Jan 2025 12:34:15 +0000 Subject: [PATCH] bump version to 0.8.0 --- CHANGELOG.md | 20 ++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43680d..fbce056 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.8.0] - 2025-01-22 + +### Added + - add toggles for preventive and subtractive rules - add functionality to edit component for submitting rules - add utility function to escalate errors to all consoles @@ -19,17 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump cookiecutter template to 57e9b7 - rename FixedX and EditableX classes to EditorX for consistency -### Deprecated - ### Removed - drop dev-dependency to mex-backend, use the flush endpoint instead - temporarily removed localization of temporals entity output -### Fixed - -### Security - ## [0.7.1] - 2025-01-15 - update mex-backend docker tag diff --git a/pyproject.toml b/pyproject.toml index 04bd74f..41b0a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-editor" -version = "0.7.1" +version = "0.8.0" description = "Metadata editor web application." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }