From 9833fb0c9d5d9a197b316975be29e0f3d264c5c9 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Mon, 9 Sep 2024 10:42:11 +0000 Subject: [PATCH] bump version to 0.36.0 --- CHANGELOG.md | 18 ++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe63886..67c676e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changes + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.36.0] - 2024-09-09 + +### Added + - added `BackendApiConnector` methods to cover all current (and near future) endpoints: `fetch_extracted_items`, `fetch_merged_items`, `get_merged_item`, `preview_merged_item` and `get_rule_set` - complete the list of exported names in `models` and `types` modules -### Changes - ### Deprecated - deprecated `BackendApiConnector.post_models` in favor of `post_extracted_items` @@ -28,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - added the `rki/mex` user-agent to all requests of the HTTPConnector -### Security - ## [0.35.0] - 2024-08-20 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 4284c803..3395a4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.35.0" +version = "0.36.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }