From d5a482bfbeeadaf1462241a9c84d016a31449ff6 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Mon, 31 Aug 2026 07:20:42 +0200 Subject: [PATCH] Release v1.0.0: Werkator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release after 0.9.21 is 1.0.0, because a product that changes its name is better off counting from one under it. The release note says as much, so the jump is not read as a claim about maturity — plan steps 14, 17 and 18 are still open. Co-Authored-By: Claude Opus 5 --- build.gradle.kts | 2 +- src/main/resources/templates/releases.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f05b7e0..7669afe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ group = "de.hoennig" // bump at least the patch version for every deployment — and only then, not per commit — // so the UI footer (BuildProperties), --version and the release notes identify what is // actually running; a deployment bundles whatever was committed since the last one -version = "0.9.21" +version = "1.0.0" java { toolchain { diff --git a/src/main/resources/templates/releases.html b/src/main/resources/templates/releases.html index 92638dc..6022580 100644 --- a/src/main/resources/templates/releases.html +++ b/src/main/resources/templates/releases.html @@ -7,13 +7,15 @@
-

v0.9.22 — unreleased

+

v1.0.0 — 2026-08-31

  • GitTally is now Werkator. The old name already belongs to another product in the git space, so the rename is a precaution and nothing more: what the build system does, how it is configured, and how it reports to Gitea are unchanged. In prose it is Werkator, everywhere a machine reads the name it is - werkator.
  • + werkator. The version marks the new name rather than a claim about + maturity: the release after 0.9.21 is 1.0.0, because a + product that changes its name is better off counting from one under it.
  • The rename reaches the file names an installation depends on. The committed configuration is .werkator.yml, the machine-specific one .git/werkator/.werkator.yml, and all state — build results, artifacts,