Skip to content

Commit 8ab0d52

Browse files
committed
chore(master): release arey 0.0.8
1 parent 1bdcb95 commit 8ab0d52

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2025-11-08)
4+
5+
6+
### Bug Fixes
7+
8+
* capture assistant message in conversation history ([#79](https://github.com/codito/arey/issues/79)) ([122d6c8](https://github.com/codito/arey/commit/122d6c8336607e0bd9deca1121ffc8c4e138bce8))
9+
* drop current gguf model on switch. Granite 4 tool call format fixed. ([#68](https://github.com/codito/arey/issues/68)) ([90b8fc0](https://github.com/codito/arey/commit/90b8fc0078a0bfa747459016fead8063c4b72bbd))
10+
311
## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04)
412

513

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)