Skip to content

Commit 325b4a7

Browse files
committed
chore(release): v0.10.0
Bump app version 0.9.1 -> 0.10.0. Since v0.9.1: - Qwen3.5/3.6 dense (9B/27B) + native MTP self-speculative decode - MTP accept-lever primitives (sampling + correctors) - tuning-tab controls for disk KV cache - fix: tools-aware prefix-cache boundary (agentic compaction no longer cold-re-prefills the system+tools head; 98s -> ~1-2s per turn) - fix: reclaim MLX buffer pool per gemma4 chat (no more 35 -> 2.5 tok/s decay across repeated requests)
1 parent 76ff913 commit 325b4a7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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/lumen-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lumen-app"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

crates/lumen-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lumen-app-frontend",
33
"private": true,
4-
"version": "0.9.1",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"predev": "cargo build --manifest-path ../../../Cargo.toml -p lumen-server --release",

crates/lumen-app/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Lumen",
4-
"version": "0.9.1",
4+
"version": "0.10.0",
55
"identifier": "ai.lumen.app",
66
"build": {
77
"frontendDist": "frontend/dist",

0 commit comments

Comments
 (0)