Skip to content

Commit 7374f39

Browse files
committed
chore(master): release arey 0.0.8
1 parent 5aa44df commit 7374f39

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"crates/arey": "0.0.7"
2+
"crates/arey": "0.0.8"
33
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/arey/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* qwen35 support, chat improvements, and template fixes ([#160](https://github.com/codito/arey/issues/160)) ([054145d](https://github.com/codito/arey/commit/054145d6fa470c3f261d573ae4b54e5e76352f03))
9+
* support mcp servers ([#163](https://github.com/codito/arey/issues/163)) ([fc390d1](https://github.com/codito/arey/commit/fc390d1d591e2da4e006d8aa69107bc3a4c19cce))
10+
* tool to fetch markdown content of an url ([#166](https://github.com/codito/arey/issues/166)) ([95e5a60](https://github.com/codito/arey/commit/95e5a60e081940927f8c284449a7f8734e81b2be))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
317
## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04)
418

519

crates/arey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arey"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition.workspace = true
55

66
[[bin]]

0 commit comments

Comments
 (0)