Skip to content

Commit

Permalink
chore(release): Release v0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 26, 2023
1 parent 6607b27 commit 2676464
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saga_llm_evaluation_ml"
version = "0.5.0"
version = "0.6.0"
description = ""
authors = ["Leonardo Remondini <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion saga_llm_evaluation_ml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 2676464

Please sign in to comment.