diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..b28fea9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 955bf8a..37d9615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/niklasfrick/spark-dashboard/compare/spark-dashboard-v0.9.0...spark-dashboard-v0.9.1) (2026-05-19) + + +### Dependencies & Chores + +* surface dependency & chore commits in release notes ([d650799](https://github.com/niklasfrick/spark-dashboard/commit/d650799c3b106f7c5937deffd14dd8b59bbd7139)) + ## [0.9.0](https://github.com/niklasfrick/spark-dashboard/compare/spark-dashboard-v0.8.0...spark-dashboard-v0.9.0) (2026-05-19) diff --git a/Cargo.lock b/Cargo.lock index 7e11ee4..e3a4807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1963,7 +1963,7 @@ dependencies = [ [[package]] name = "spark-dashboard" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 6c2caef..063d315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spark-dashboard" -version = "0.9.0" +version = "0.9.1" edition = "2021" rust-version = "1.95" description = "Real-time hardware and LLM inference monitoring for Linux hosts with NVIDIA GPUs" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 18ac129..5bea5ad 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "spark-dashboard-frontend", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/frontend/package.json b/frontend/package.json index c8edfa7..c04a0f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "spark-dashboard-frontend", "private": true, - "version": "0.9.0", + "version": "0.9.1", "description": "React + Vite frontend for the spark-dashboard project.", "license": "MIT", "repository": {