From c1a8227e119c41104eef364f217b6cdd44392f07 Mon Sep 17 00:00:00 2001 From: Daniele Date: Mon, 24 Aug 2026 21:57:49 +0100 Subject: [PATCH] chore(release): 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes the `Unreleased` section as `## [0.3.0] - 2026-08-24` and bumps the workspace version, the two edits `ci/verify-version.sh` gates a release PR on: the check fails the PR if `releases/v{version}` already exists on the build host, so the bump is what makes the merge to `release` publishable. The closed section carries a handful of items that shipped in `0.2.0` — the Docker-daemon restart fix, per-user event-triage tuning, the file viewer's syntax highlighting. CHANGELOG.md was written after that release and backfilled them, and `0.2.0` has no section of its own to move them into, so they are recorded here rather than nowhere. --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d918e7..e72ff9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ release PR may merge — and a section is closed at the commit that bumps it. ## [Unreleased] +## [0.3.0] - 2026-08-24 + ### Added - The assistant can now explain the **Dashboard** and the admin's **Roles** page: ask it diff --git a/Cargo.lock b/Cargo.lock index 7995772..2b81d15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4207,7 +4207,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skald" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "astral_async_zip", diff --git a/Cargo.toml b/Cargo.toml index b26eac0..c4a0549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ resolver = "2" [package] name = "skald" -version = "0.2.0" +version = "0.3.0" edition = "2024" [features]