From 122da3cda2d945d3b9955a4600fb6e77a34d885e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:53:00 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da8..099626f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 594c70f6..cb8fdd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.8.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.7.1...v1.8.0) (2026-05-11) + + +### Features + +* add Codex to agent filters in viewer ([#387](https://github.com/GoogleCloudPlatform/evalbench/issues/387)) ([2ac6c1f](https://github.com/GoogleCloudPlatform/evalbench/commit/2ac6c1f7cb493e919c97520736e34ad59ba61d3f)) +* add packaged console script entrypoint to support `uvx` execution ([#385](https://github.com/GoogleCloudPlatform/evalbench/issues/385)) ([8ea07f8](https://github.com/GoogleCloudPlatform/evalbench/commit/8ea07f80fa8b58184b8677480dc886470c1e0662)) + + +### Bug Fixes + +* **gemini-cli:** support 'name' parameter key in skill extraction ([#378](https://github.com/GoogleCloudPlatform/evalbench/issues/378)) ([62400da](https://github.com/GoogleCloudPlatform/evalbench/commit/62400daf314926a0cd7bfd916997e9203e91f8b5)) + ## [1.7.1](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.7.0...v1.7.1) (2026-05-07) diff --git a/pyproject.toml b/pyproject.toml index 4056c354..adb3bb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evalbench" -version = "1.7.1" +version = "1.8.0" requires-python = ">=3.10" description = "Evalbench - evaluation benchmarking framework" readme = "README.md"