From 64af9392015d9ccc1557e6cd39bcd165740e524a Mon Sep 17 00:00:00 2001 From: Max Hammer Date: Mon, 1 Jul 2024 10:30:45 +0200 Subject: [PATCH] chore: bump version to v5.0.1 --- CHANGELOG.md | 10 ++++++++-- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d634f373..8e9ed1bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ ### Features ... +### Fixes +... + +### Deprecations +... + +## 5.0.1 + ### Fixes - Serialization and deserialization of `ExportedSpan` and its `attributes` now works as expected. - `PromptTemplate.to_rich_prompt` now always returns an empty list for prompt ranges that are empty. @@ -16,8 +24,6 @@ - Added default values for `labels` and `metadata` for `EvaluationOverview` and `RunOverview` - In the `MultipleChunkRetrieverQa`, text-highlight start and end points are now restricted to within the text length of the respective chunk. -### Deprecations -... ## 5.0.0 diff --git a/pyproject.toml b/pyproject.toml index 415d0f3dc..d1b899874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "5.0.0" +version = "5.0.1" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"