Skip to content

Commit

Permalink
chore: release 0.0.59
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Jan 28, 2025
1 parent 5eb108f commit 838a9bb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.59](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.58...v0.0.59) (2025-01-28)

### Features

- **agents:** support deepseek-r1 ([#300](https://github.com/i-am-bee/bee-agent-framework/issues/300)) ([4ec9bab](https://github.com/i-am-bee/bee-agent-framework/commit/4ec9bab5bfc6a2ad1e6944f0f19509ea1de43a25))
- **emitter:** allow numbers in event names ([5eb108f](https://github.com/i-am-bee/bee-agent-framework/commit/5eb108fe02f5902f97b1eb8523d5c6fbe2400494))
- **tools:** searXNG web search tool ([#286](https://github.com/i-am-bee/bee-agent-framework/issues/286)) ([99334ff](https://github.com/i-am-bee/bee-agent-framework/commit/99334ff895550d158749239e9c20b02b98d1b282))

### Bug Fixes

- **tools:** update OpenAPI tool ([#279](https://github.com/i-am-bee/bee-agent-framework/issues/279)) ([66ab5ae](https://github.com/i-am-bee/bee-agent-framework/commit/66ab5aefc0d7d91ab65c0a39a7ddb5ab85ba218b))

## [0.0.58](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.57...v0.0.58) (2025-01-20)

### Features
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.59](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.58...v0.0.59) (2025-01-28)

### Features

- **agents:** support deepseek-r1 ([#300](https://github.com/i-am-bee/bee-agent-framework/issues/300)) ([4ec9bab](https://github.com/i-am-bee/bee-agent-framework/commit/4ec9bab5bfc6a2ad1e6944f0f19509ea1de43a25))
- **emitter:** allow numbers in event names ([5eb108f](https://github.com/i-am-bee/bee-agent-framework/commit/5eb108fe02f5902f97b1eb8523d5c6fbe2400494))
- **tools:** searXNG web search tool ([#286](https://github.com/i-am-bee/bee-agent-framework/issues/286)) ([99334ff](https://github.com/i-am-bee/bee-agent-framework/commit/99334ff895550d158749239e9c20b02b98d1b282))

### Bug Fixes

- **tools:** update OpenAPI tool ([#279](https://github.com/i-am-bee/bee-agent-framework/issues/279)) ([66ab5ae](https://github.com/i-am-bee/bee-agent-framework/commit/66ab5aefc0d7d91ab65c0a39a7ddb5ab85ba218b))

## [0.0.58](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.57...v0.0.58) (2025-01-20)

### 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-agent-framework",
"version": "0.0.58",
"version": "0.0.59",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit 838a9bb

Please sign in to comment.