From 2ef79db3bde01232e614eec76f856d4893f9a4f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 12:02:45 +0000 Subject: [PATCH] Release `agentai` v0.1.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ crates/agentai-macros/Cargo.toml | 2 +- crates/agentai/Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160416e..96f6339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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 +- Chore/Prepare to release version 0.1.5 ([#27](https://github.com/AdamStrojek/rust-agentai/pull/27)) (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 diff --git a/crates/agentai-macros/Cargo.toml b/crates/agentai-macros/Cargo.toml index a5ef635..7bf5368 100644 --- a/crates/agentai-macros/Cargo.toml +++ b/crates/agentai-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentai-macros" -version = "0.1.0" +version = "0.1.5" edition = "2021" authors = ["Adam Strojek "] license = "MIT" diff --git a/crates/agentai/Cargo.toml b/crates/agentai/Cargo.toml index b6c970a..3b03c81 100644 --- a/crates/agentai/Cargo.toml +++ b/crates/agentai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentai" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["Adam Strojek "] license = "MIT"