Skip to content

Commit 605875d

Browse files
authored
v0.0.2 (#40)
1 parent b96bae4 commit 605875d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88

99
## Unreleased
1010

11+
## [0.0.2] - 2025-07-05
12+
1113
### Changed
1214

1315
- Update `TaskHandler.run_step()` to work with updated `continue_conversation_with_tool_results` (#39)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev = [
2121

2222
[project]
2323
name = "llm-agents-from-scratch"
24-
version = "0.0.1"
24+
version = "0.0.2"
2525
description = "Build an LLM agent, equipped with MCP, from scratch."
2626
license = "Apache-2.0"
2727
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.1"
1+
VERSION = "0.0.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)