Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Feb 11, 2025
1 parent 0dffc8f commit 705cdc3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.1](https://github.com/i-am-bee/bee-agent-framework/compare/v0.1.0...v0.1.1) (2025-02-11)

### Features

- **backend:** throw correct error message when no name passed ([0dffc8f](https://github.com/i-am-bee/bee-agent-framework/commit/0dffc8fe1f33fecb3fbbf36f7ae0d4903590d9d5)), closes [#298](https://github.com/i-am-bee/bee-agent-framework/issues/298)

### Bug Fixes

- **workflows:** state propagation ([df1e2bf](https://github.com/i-am-bee/bee-agent-framework/commit/df1e2bf0215d1c7191485b85b4be62df87ff66d6)), closes [#309](https://github.com/i-am-bee/bee-agent-framework/issues/309)

## [0.1.0](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.61...v0.1.0) (2025-02-11)

### ⚠ BREAKING CHANGES
Expand Down
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.1](https://github.com/i-am-bee/bee-agent-framework/compare/v0.1.0...v0.1.1) (2025-02-11)

### Features

- **backend:** throw correct error message when no name passed ([0dffc8f](https://github.com/i-am-bee/bee-agent-framework/commit/0dffc8fe1f33fecb3fbbf36f7ae0d4903590d9d5)), closes [#298](https://github.com/i-am-bee/bee-agent-framework/issues/298)

### Bug Fixes

- **workflows:** state propagation ([df1e2bf](https://github.com/i-am-bee/bee-agent-framework/commit/df1e2bf0215d1c7191485b85b4be62df87ff66d6)), closes [#309](https://github.com/i-am-bee/bee-agent-framework/issues/309)

## [0.1.0](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.61...v0.1.0) (2025-02-11)

### ⚠ BREAKING CHANGES
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.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit 705cdc3

Please sign in to comment.