From 6c1d2099e2ab401bb692f31f3f6811a155225219 Mon Sep 17 00:00:00 2001 From: sepehr-safari Date: Sun, 12 Jul 2026 23:49:51 +0300 Subject: [PATCH] chore(release): cut v0.5.1 Bump app.zon to 0.5.1 and date the changelog. This release names the macOS app bundle OCPP DebugKit Studio.app and documents the Gatekeeper unquarantine step for the ad-hoc build (#83); no engine or behavior changes. --- CHANGELOG.md | 5 ++++- CURRENT_STATE.md | 3 ++- app.zon | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b513a..812ed57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ reference are all pre-1.0, minor (0.x) releases may include breaking changes. ## [Unreleased] +## [0.5.1] — 2026-07-12 + ### Changed - **macOS** — the packaged app bundle is now named `OCPP DebugKit Studio.app` @@ -60,5 +62,6 @@ S0–S5. Highlights: - TLS (`wss://`) live capture, a menu-bar monitor, and interactive open (dialog / drag-drop) are planned for later releases. -[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/ocpp-debugkit/studio/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/ocpp-debugkit/studio/releases/tag/v0.5.0 diff --git a/CURRENT_STATE.md b/CURRENT_STATE.md index 2a9a86e..a921e7f 100644 --- a/CURRENT_STATE.md +++ b/CURRENT_STATE.md @@ -4,7 +4,8 @@ ## Current version -`0.5.0` — first public release. +`0.5.1` — macOS packaging patch (app bundle named `OCPP DebugKit Studio.app`, +Gatekeeper install docs); the first public release was `0.5.0`. ## Active milestone diff --git a/app.zon b/app.zon index 2e15271..87838aa 100644 --- a/app.zon +++ b/app.zon @@ -3,7 +3,7 @@ .name = "studio", .display_name = "OCPP DebugKit Studio", .description = "Native desktop debugger for OCPP charging sessions.", - .version = "0.5.0", + .version = "0.5.1", .icons = .{"assets/icon.png"}, .platforms = .{"macos"}, .permissions = .{ "view", "command", "notifications" },