Skip to content

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwhiteuk committed Sep 26, 2024
1 parent af0e98a commit 4e390e6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## 0.0.2 (2024-09-26)

### Features

- ability to publish tools as a library ([#6](https://github.com/i-am-bee/bee-community-tools/issues/6)) ([67b6664](https://github.com/i-am-bee/bee-community-tools/commit/67b6664b829562a996adaa47089d7f6ec399fe5e))
- e2e tests for the Image Description tool ([f590049](https://github.com/i-am-bee/bee-community-tools/commit/f5900497b84fb23b17ab47d9eabe178061c946a7))
- e2e tests for the Open Library tool ([adca059](https://github.com/i-am-bee/bee-community-tools/commit/adca059fd71ebd56497b4ce078c080b6fbcd8ce4))
- init project ([ef7bc5a](https://github.com/i-am-bee/bee-community-tools/commit/ef7bc5a3b3fdf974d86e9aaed89a25385d6c3317))
- tool integration ([#3](https://github.com/i-am-bee/bee-community-tools/issues/3)) ([77ceb13](https://github.com/i-am-bee/bee-community-tools/commit/77ceb1366b14fcbbf42f62b1b3b4b42472c1da83))

### Bug Fixes

- abort signal propagation ([42b0020](https://github.com/i-am-bee/bee-community-tools/commit/42b0020aae80490e735de9d863d731d767bb9d26))
- e2e failure case error message ([313f57c](https://github.com/i-am-bee/bee-community-tools/commit/313f57c42605ed8bed4ba86ebc879a1af5e98b09))
- env var access and var names ([59ef58b](https://github.com/i-am-bee/bee-community-tools/commit/59ef58bc1290b2e8a5bfdfc5c3a6e35a3a33343f))
- env var handling and visibility of class methods ([0c3466b](https://github.com/i-am-bee/bee-community-tools/commit/0c3466b54149d6e2d6ab787af53e4ab388f6c77a))
- mutation of prompt ([1124b9f](https://github.com/i-am-bee/bee-community-tools/commit/1124b9f9b26efbacd2da24a162d898941950e43c))
- project dependencies ([7c36e24](https://github.com/i-am-bee/bee-community-tools/commit/7c36e24569212ea7366f8db548a03986e138019d))
- tool extensibility ([335f840](https://github.com/i-am-bee/bee-community-tools/commit/335f84097a0ca1e6fd13ed8f1cda466c1e2c335e))
- tool serialisation ([e0e9095](https://github.com/i-am-bee/bee-community-tools/commit/e0e9095073040cd4545e27671e1322ea670964ba))
- tool-imports ([e8a050f](https://github.com/i-am-bee/bee-community-tools/commit/e8a050f6ed74cec00dec12172809c5298eb71f91))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-community-tools",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"description": "Agentic tools for the Bee Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit 4e390e6

Please sign in to comment.