Skip to content

Commit

Permalink
chore(release): Release v0.11.2 [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 Sep 25, 2024
1 parent 2ff29e3 commit f329db1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## v0.11.2 (2024-09-25)

### Fix

* **cd:** Switch doc build to cd ([`b2f3579`](https://github.com/Sagacify/saga-llm-evaluation/commit/b2f3579425f6f58911d747fa5e8b0d995e9a9db6))
* **ci:** Change permissions for github token ([`8c3aae4`](https://github.com/Sagacify/saga-llm-evaluation/commit/8c3aae4052a5f9d5c5d6e6134b6a3f9d061244ac))
* **ci:** Change project name ([`0099d05`](https://github.com/Sagacify/saga-llm-evaluation/commit/0099d05b24a6c6f2125e10646eca96d4cf75b3e1))
* **ci:** Poetry install ([`8dd77a6`](https://github.com/Sagacify/saga-llm-evaluation/commit/8dd77a6d449597e76a7c41da61c2ae673789648c))
* **ci:** Use leorem file ([`42546b8`](https://github.com/Sagacify/saga-llm-evaluation/commit/42546b8c1d5f48efb54b5eb81cbf86d0bae96763))
* **ci:** Set permissions ([`d47accd`](https://github.com/Sagacify/saga-llm-evaluation/commit/d47accd72f0043be7ce35233b492ba772a233a0c))
* **cd:** Change to ci ([`a074974`](https://github.com/Sagacify/saga-llm-evaluation/commit/a074974d62adf4351ac6d1065c2648642fe185d8))
* **cd:** Install dependencies ([`eea0dd2`](https://github.com/Sagacify/saga-llm-evaluation/commit/eea0dd2a1fb6389711bfd0ad27887f726802a1be))

## v0.11.1 (2024-09-24)

### Fix
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"
version = "0.11.1"
version = "0.11.2"
description = "Versatile Python library designed for evaluating the performance of large language models in Natural Language Processing (NLP) tasks. Developed by Sagacify"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion saga_llm_evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .helpers.llm_metrics import GEval, GPTScore, SelfCheckGPT
from .helpers.utils import MetadataExtractor, get_llama_model

__version__ = "0.11.1"
__version__ = "0.11.2"

0 comments on commit f329db1

Please sign in to comment.