Skip to content

Commit e6c4c43

Browse files
chore(master): release arey 0.0.8
1 parent ba83a49 commit e6c4c43

File tree

4 files changed

+16
-3
lines changed

4 files changed

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

3+
## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2025-10-14)
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+
* 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))
15+
316
## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04)
417

518

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)