Skip to content

Commit 3ab9a40

Browse files
committed
chore(master): release arey 0.0.8
1 parent 122d6c8 commit 3ab9a40

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) (2025-10-26)
4+
5+
6+
### Features
7+
8+
* add vulkan feature support and CI builds ([#61](https://github.com/codito/arey/issues/61)) ([021e345](https://github.com/codito/arey/commit/021e3453251d1dc591c774798b048ecd0208a021))
9+
* agents infra and misc updates ([#60](https://github.com/codito/arey/issues/60)) ([eb73c84](https://github.com/codito/arey/commit/eb73c843894c6c4df2ad3d3a0fb91a26b4cf89e0))
10+
11+
12+
### Bug Fixes
13+
14+
* capture assistant message in conversation history ([#79](https://github.com/codito/arey/issues/79)) ([122d6c8](https://github.com/codito/arey/commit/122d6c8336607e0bd9deca1121ffc8c4e138bce8))
15+
* 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))
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)