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 5300b16..17c29ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ [[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..31da6b8 100644 --- a/crates/arey/CHANGELOG.md +++ b/crates/arey/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2025-11-08) + + +### Bug Fixes + +* capture assistant message in conversation history ([#79](https://github.com/codito/arey/issues/79)) ([122d6c8](https://github.com/codito/arey/commit/122d6c8336607e0bd9deca1121ffc8c4e138bce8)) +* 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)) + ## [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 6785964..a722416 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]]