Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwhiteuk committed Oct 29, 2024
1 parent c04a5f2 commit cf85dc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0 (2024-10-29)

- chore: add env vars for unit tests ([10621d4](https://github.com/i-am-bee/bee-community-tools/commit/10621d4))
- chore: rename file ([e794961](https://github.com/i-am-bee/bee-community-tools/commit/e794961))
- chore: upgrade dependencies ([c04a5f2](https://github.com/i-am-bee/bee-community-tools/commit/c04a5f2)), closes [#12](https://github.com/i-am-bee/bee-community-tools/issues/12)
- feat: airtable query tool (#10) ([c473aad](https://github.com/i-am-bee/bee-community-tools/commit/c473aad)), closes [#10](https://github.com/i-am-bee/bee-community-tools/issues/10)
- fix: not stubbing env vars in unit tests ([3016ba6](https://github.com/i-am-bee/bee-community-tools/commit/3016ba6))

## 0.0.2 (2024-09-26)

### Features
Expand Down
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.2",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Agentic tools for the Bee Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit cf85dc2

Please sign in to comment.