From 43f792aca13986702f606a0bda7ca9301aed4c76 Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Mon, 13 May 2024 13:43:48 -0700 Subject: [PATCH 1/3] chore: bump package version to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index deb4b77..c21fadb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages DIST_NAME = "agent-evaluation" -VERSION = "0.1.0" +VERSION = "0.2.0" DESCRIPTION = "A generative AI-powered framework for testing virtual agents." AUTHOR = "Amazon Web Services" EMAIL = "agent-evaluation-oss-core-team@amazon.com" From 43e778ad8bcd25f0fbd31d3209695ebc16527259 Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Mon, 13 May 2024 13:45:29 -0700 Subject: [PATCH 2/3] chore: update home page --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c21fadb..c373f6a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ DESCRIPTION = "A generative AI-powered framework for testing virtual agents." AUTHOR = "Amazon Web Services" EMAIL = "agent-evaluation-oss-core-team@amazon.com" -URL = "https://github.com/awslabs/agent-evaluation" +URL = "https://awslabs.github.io/agent-evaluation/" PACKAGE_DIR = "src" REQUIRES_PYTHON = ">=3.9" PACKAGE_DATA = { From ee829532b5e25121f45d3ceb33cde0ccc523e33b Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Mon, 13 May 2024 13:46:52 -0700 Subject: [PATCH 3/3] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 498aefe..b379f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-05-13 + ### Changed - Convert the `q_business_user_id` configuration as optional to support applications that require AWS IAM Identity Center ([#56](https://github.com/awslabs/agent-evaluation/pull/56)) - Changed `TargetResponse` to a top-level import ([#57](https://github.com/awslabs/agent-evaluation/pull/57))