From 267646410285ad3d359155cd9162e9cde1d42f13 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Oct 2023 14:30:08 +0000 Subject: [PATCH] chore(release): Release v0.6.0 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- saga_llm_evaluation_ml/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b8464..dc30691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.6.0 (2023-10-26) + +### Feature + +* **add_aspects:** Add aspects to geval and gptscore small changes in arguments ([`d76676d`](https://github.com/Sagacify/saga-llm-evaluation/commit/d76676d7fb296e1306e879f01716c76515ef0125)) +* **scorer:** Add scorer class support ([`c457d31`](https://github.com/Sagacify/saga-llm-evaluation/commit/c457d3131ddf4d61af1b94a8902b44763353e9db)) + ## v0.5.0 (2023-10-25) ### Feature diff --git a/pyproject.toml b/pyproject.toml index bc2c387..5ccb645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saga_llm_evaluation_ml" -version = "0.5.0" +version = "0.6.0" description = "" authors = ["Leonardo Remondini "] diff --git a/saga_llm_evaluation_ml/__init__.py b/saga_llm_evaluation_ml/__init__.py index 3d18726..906d362 100644 --- a/saga_llm_evaluation_ml/__init__.py +++ b/saga_llm_evaluation_ml/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"