Skip to content

Commit

Permalink
chore(release): Release v0.2.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 18, 2023
1 parent cb3e3ba commit a95b727
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.2.0 (2023-10-18)

### Feature

* **bleurt:** Add bleurt metric support ([`5a315c6`](https://github.com/Sagacify/saga-llm-evaluation/commit/5a315c6d907ffc5590b8929d89df9fcc84579865))

### Fix

* **tensorflow-macos:** Attempt to fix poetry install for ci ([`9e1cfb6`](https://github.com/Sagacify/saga-llm-evaluation/commit/9e1cfb603b9746b459efc9db68049fcc99d1d645))

## v0.1.0 (2023-10-18)

### 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.1.0"
version = "0.2.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.1.0"
__version__ = "0.2.0"

0 comments on commit a95b727

Please sign in to comment.