From e18445428d8818349f5fefec52062824012cea5e Mon Sep 17 00:00:00 2001 From: codito Date: Tue, 21 Apr 2026 06:28:34 +0530 Subject: [PATCH] chore(master): release arey 0.0.8 --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/arey/CHANGELOG.md | 14 ++++++++++++++ crates/arey/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d0e64c..34d1771 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/arey": "0.0.7" + "crates/arey": "0.0.8" } diff --git a/Cargo.lock b/Cargo.lock index 88f0ff6..2ef6371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arey" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "arey-core", diff --git a/crates/arey/CHANGELOG.md b/crates/arey/CHANGELOG.md index 5dbc133..d503179 100644 --- a/crates/arey/CHANGELOG.md +++ b/crates/arey/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2026-04-21) + + +### Features + +* qwen35 support, chat improvements, and template fixes ([#160](https://github.com/codito/arey/issues/160)) ([054145d](https://github.com/codito/arey/commit/054145d6fa470c3f261d573ae4b54e5e76352f03)) +* support mcp servers ([#163](https://github.com/codito/arey/issues/163)) ([fc390d1](https://github.com/codito/arey/commit/fc390d1d591e2da4e006d8aa69107bc3a4c19cce)) +* tool to fetch markdown content of an url ([#166](https://github.com/codito/arey/issues/166)) ([95e5a60](https://github.com/codito/arey/commit/95e5a60e081940927f8c284449a7f8734e81b2be)) + + +### Bug Fixes + +* tool call partial streams in openai providers and gemini 3 thought signature ([#167](https://github.com/codito/arey/issues/167)) ([5aa44df](https://github.com/codito/arey/commit/5aa44dfc7dff88ff85e8cdeef1f42af401e0ee75)) + ## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04) diff --git a/crates/arey/Cargo.toml b/crates/arey/Cargo.toml index be4b709..6816a09 100644 --- a/crates/arey/Cargo.toml +++ b/crates/arey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arey" -version = "0.0.7" +version = "0.0.8" edition.workspace = true [[bin]]