From 8af59deec6e58f5c3cda9403ce2b3a62d4b12aa8 Mon Sep 17 00:00:00 2001 From: sepehr-safari Date: Mon, 13 Jul 2026 00:32:40 +0300 Subject: [PATCH] chore(release): cut v0.5.2 Bump app.zon to 0.5.2 and date the changelog. This release ships the one-line macOS installer and the SHA256SUMS release asset (#86). --- CHANGELOG.md | 5 ++++- CURRENT_STATE.md | 4 ++-- app.zon | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a64a69..996fede 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.2] — 2026-07-13 + ### Added - **macOS one-line installer** — @@ -74,6 +76,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/ocpp-debugkit/studio/compare/v0.5.1...v0.5.2 [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 a921e7f..0d9b5f2 100644 --- a/CURRENT_STATE.md +++ b/CURRENT_STATE.md @@ -4,8 +4,8 @@ ## Current version -`0.5.1` — macOS packaging patch (app bundle named `OCPP DebugKit Studio.app`, -Gatekeeper install docs); the first public release was `0.5.0`. +`0.5.2` — one-line macOS installer (`curl … | bash`) + published `SHA256SUMS`. +Earlier: `0.5.1` (macOS app-bundle naming), `0.5.0` (first public release). ## Active milestone diff --git a/app.zon b/app.zon index 87838aa..5984696 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.1", + .version = "0.5.2", .icons = .{"assets/icon.png"}, .platforms = .{"macos"}, .permissions = .{ "view", "command", "notifications" },