Skip to content

Commit 0978a1a

Browse files
committed
chore(main): release 0.9.8
1 parent 2707b54 commit 0978a1a

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-
".": "0.9.7"
2+
".": "0.9.8"
33
}

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.9.8](https://github.com/AlexsJones/llmfit/compare/v0.9.7...v0.9.8) (2026-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** use RELEASE_TOKEN in release-please to trigger downstream workflows ([f216779](https://github.com/AlexsJones/llmfit/commit/f21677927b9d05a348a6ed33da6faaf832f9d82c))
9+
* prefer discrete GPU over integrated on hybrid systems ([#303](https://github.com/AlexsJones/llmfit/issues/303)) ([2707b54](https://github.com/AlexsJones/llmfit/commit/2707b54b2ee60ee2132512a4534c1db082701b83))
10+
311
## [0.9.7](https://github.com/AlexsJones/llmfit/compare/v0.9.6...v0.9.7) (2026-04-13)
412

513

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ default-members = ["llmfit-core", "llmfit-tui"]
44
resolver = "3"
55

66
[workspace.package]
7-
version = "0.9.7"
7+
version = "0.9.8"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.7
1+
0.9.8

0 commit comments

Comments
 (0)