Skip to content
Closed
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5](https://github.com/AdamStrojek/rust-agentai/compare/agentai-v0.1.4...agentai-v0.1.5) - 2025-07-20

### New features
- ToolBox ([#18](https://github.com/AdamStrojek/rust-agentai/pull/18)) (by @AdamStrojek) - #18

### Miscellaneous
- Update README.md (by @AdamStrojek) - #27
- Update lib.rs (by @AdamStrojek) - #27
- Update lib.rs (by @AdamStrojek) - #27
- Move crates to separate folders (by @AdamStrojek) - #27
- Update lib.rs (by @AdamStrojek) - #27

### Contributors

* @AdamStrojek
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4](https://github.com/AdamStrojek/rust-agentai/compare/v0.1.3...v0.1.4) - 2025-05-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion crates/agentai-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agentai-macros"
version = "0.1.0"
version = "0.1.5"
edition = "2021"
authors = ["Adam Strojek <adam@strojek.info>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/agentai/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agentai"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Adam Strojek <adam@strojek.info>"]
license = "MIT"
Expand Down
Loading