chore(release): 0.3.0
Nightly Build / build (push) Successful in 2m35s
Release / verify-version (pull_request) Successful in 2s
Release / release (pull_request) Skipped

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.
This commit is contained in:
Daniele
2026-08-24 21:57:49 +01:00
parent 07f4082d3b
commit c1a8227e11
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ resolver = "2"
[package]
name = "skald"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
[features]