Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

- ...

## [0.0.9] - 2025-08-09

### Changed

- Renamed a few required keys in `TaskHandlerTemplates` (#117)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Andrei"
email: "andrei@nerdai.io"
title: "llm-agents-from-scratch"
version: "0.0.8"
version: "0.0.9"
abstract: "Build an LLM agent, equipped with MCP, from scratch."
keywords:
- llms
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev = [

[project]
name = "llm-agents-from-scratch"
version = "0.0.8"
version = "0.0.9"
description = "Build an LLM agent, equipped with MCP, from scratch."
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/llm_agents_from_scratch/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.8"
VERSION = "0.0.9"
Loading