Skip to content

Commit

Permalink
chore: python release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Mar 3, 2025
1 parent 7cbdcb3 commit 2d96dff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## python_v0.1.3 (2025-03-03)

### Bug Fixes

- **agents**: handle native tool calling and retries (#456)
- disregard unset params (#459)
- chatmodel params None (#458)
- pass chatmodel config parameters (#457)
- **tools**: async _run (#452)

## python_v0.1.2 (2025-02-28)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "beeai-framework"
version="0.1.2"
version="0.1.3"
license = "Apache-2.0"
readme = "README.md"
authors = [{ name = "IBM Corp." }]
Expand Down

0 comments on commit 2d96dff

Please sign in to comment.