Skip to content

Commit 8228b46

Browse files
committed
chore(main): release spark-dashboard 0.9.1
1 parent 8c5df2a commit 8228b46

6 files changed

Lines changed: 12 additions & 5 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-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/niklasfrick/spark-dashboard/compare/spark-dashboard-v0.9.0...spark-dashboard-v0.9.1) (2026-05-19)
4+
5+
6+
### Dependencies & Chores
7+
8+
* surface dependency & chore commits in release notes ([d650799](https://github.com/niklasfrick/spark-dashboard/commit/d650799c3b106f7c5937deffd14dd8b59bbd7139))
9+
310
## [0.9.0](https://github.com/niklasfrick/spark-dashboard/compare/spark-dashboard-v0.8.0...spark-dashboard-v0.9.0) (2026-05-19)
411

512

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spark-dashboard"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
rust-version = "1.95"
66
description = "Real-time hardware and LLM inference monitoring for Linux hosts with NVIDIA GPUs"

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spark-dashboard-frontend",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"description": "React + Vite frontend for the spark-dashboard project.",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)