From b64ef1e9b0d2ffaedc17c06f2755e5e9d2bfe790 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Thu, 14 Nov 2024 21:13:02 +0100 Subject: [PATCH] chore: release 0.0.40 Signed-off-by: Tomas Dvorak --- CHANGELOG.md | 10 ++++++++++ docs/CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df5b90b..9ca71951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.40](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.39...v0.0.40) (2024-11-14) + +### Features + +- **agents:** improve constraint decoding regex for granite agent ([cc6a32c](https://github.com/i-am-bee/bee-agent-framework/commit/cc6a32cd106733d17c5774775a789ceac7682271)) + +### Bug Fixes + +- **tools:** correctly infer input type for DynamicTool ([90db143](https://github.com/i-am-bee/bee-agent-framework/commit/90db143499c9ddb02873d9484b5cf07805536e57)) + ## [0.0.39](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.38...v0.0.39) (2024-11-13) ### Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1df5b90b..9ca71951 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.40](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.39...v0.0.40) (2024-11-14) + +### Features + +- **agents:** improve constraint decoding regex for granite agent ([cc6a32c](https://github.com/i-am-bee/bee-agent-framework/commit/cc6a32cd106733d17c5774775a789ceac7682271)) + +### Bug Fixes + +- **tools:** correctly infer input type for DynamicTool ([90db143](https://github.com/i-am-bee/bee-agent-framework/commit/90db143499c9ddb02873d9484b5cf07805536e57)) + ## [0.0.39](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.38...v0.0.39) (2024-11-13) ### Features diff --git a/package.json b/package.json index 7c47ed80..8366eda1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.39", + "version": "0.0.40", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",