Skip to content

Commit

Permalink
Release agentai v0.1.3 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamStrojek authored Jan 14, 2025
1 parent 46078b0 commit 12889ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3](https://github.com/AdamStrojek/rust-agentai/compare/v0.1.2...v0.1.3) - 2025-01-14

### Other

- Chore/MCP Client tools and documentation ([#10](https://github.com/AdamStrojek/rust-agentai/pull/10))
- Feature/MCP Support ([#9](https://github.com/AdamStrojek/rust-agentai/pull/9))
- Chore/CI ([#8](https://github.com/AdamStrojek/rust-agentai/pull/8))

## [0.1.2](https://github.com/AdamStrojek/rust-agentai/compare/v0.1.1...v0.1.2) - 2025-01-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agentai"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Adam Strojek <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 12889ff

Please sign in to comment.