Skip to content

Commit aca4783

Browse files
authored
v0.0.6 (#85)
1 parent 1fe01d2 commit aca4783

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
- ...
12+
13+
## [0.0.6] - 2025-07-27
14+
1115
### Added
1216

1317
- Add templates for `_rollout_contribution_from_single_run_step` (#81)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Andrei"
66
77
title: "llm-agents-from-scratch"
8-
version: "0.0.5"
8+
version: "0.0.6"
99
abstract: "Build an LLM agent, equipped with MCP, from scratch."
1010
keywords:
1111
- llms

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.5"
24+
version = "0.0.6"
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.5"
1+
VERSION = "0.0.6"

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)