diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b8811..8a08d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ Versions are managed automatically by [release-plz](https://release-plz.dev/) from [Conventional Commits](https://www.conventionalcommits.org/). ## [Unreleased] +# Changelog + +All notable changes to this project are documented here. 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). +Versions are managed automatically by [release-plz](https://release-plz.dev/) +from [Conventional Commits](https://www.conventionalcommits.org/). ## [0.2.4](https://github.com/ForeverAngry/rig-mcp/compare/v0.2.3...v0.2.4) - 2026-05-28 diff --git a/Cargo.toml b/Cargo.toml index 4987b9a..b72021f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mcp" -version = "0.2.4" +version = "0.2.5" edition = "2024" rust-version = "1.88" authors = ["Azreal Contributors"]