From 956dfc5d93b801f4043611a70a5217ed43125e37 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 4 Sep 2026 23:31:29 +0200 Subject: [PATCH] docs(release): publish release notes for LOGAR v2.0.1 --- RELEASE_NOTES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 76484ba..adda453 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,25 @@ +# LOGAR Release v2.0.1 + +Maintenance and deployment release consolidating Gitea Actions release automation into a unified single workflow file, standardizing release dispatching across platforms, and bumping version definitions across server hub and Windows installers. + +### Key Highlights & Changes in v2.0.1: + +- **Consolidated Single Release Automation Workflow (`.gitea/workflows/release.yml`)**: + - Unified separate platform release files into a single, cohesive workflow (`release.yml`) running parallel jobs (`release-linux` on `ubuntu-latest` and `release-windows` on `windows-latest`). + - Standardized tag matching for Gitea Actions on `push: tags: ['v*']`. + - Added streamlined manual `workflow_dispatch` triggers with automated release tag defaulting (`v2.0.1`). + - Retired deprecated `release-linux.yml` and `release-windows.yml` files. + +- **Installer & Engine Version Bump**: + - Updated FastAPI Hub engine version to `2.0.1` in `src/Server.py`. + - Bumped Inno Setup Windows Client Installer (`compilation/installer_client.iss`) `AppVersion` to `2.0.1`. + - Bumped Inno Setup Windows Server Installer (`compilation/installer_server.iss`) `AppVersion` to `2.0.1`. + +- **Distribution & Release Documentation**: + - Updated root and distribution documentation across all 5 deployment targets to reflect the 25 passing unit tests and tripartite release options. + +--- + # LOGAR Release v2.0.0 Major architectural release introducing Mutual TLS 1.3 (mTLS) transport security, built-in dynamic PKI & license accounting, in-flight certificate validity monitoring and auto-renewal, and automated Windows and Linux service installers.