From 6ed67d07d15ce93d9d44a7403167be2a1ac75cc6 Mon Sep 17 00:00:00 2001 From: Simon Dick Date: Sun, 30 Aug 2026 14:46:04 +0100 Subject: [PATCH] Release v0.2 Bumps MIDGE_VERSION 0.1 -> 0.2 and MIDGE_VERSION_DATE, and the matching Version: field in midge.readme, per CLAUDE.md's release process. Headline change since v0.1: TLS via AmiSSL (mco_TLS/mco_TLSInsecure/ mco_CAFile, TLS/TLSINSECURE/CAFILE on the Amiga tools, -s/-S/-c on the host tools), verified end-to-end against real AmiSSL under Copperline, plus the pre-release review pass that fixed a dist-time AmiSSL guard and a TLS handshake hang. Verified: scripts/verify-version.sh v0.2 passes; a full `make dist` rehearsal built cleanly with the bumped $VER strings embedded (mqtt_pub/mqtt_sub/-static and mqtt.library); make test still 249/249. Merging this is the trigger to push the matching v0.2 tag. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01QWq1CRLCQy9AaD9UtLRSM9 --- midge.readme | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/midge.readme b/midge.readme index 74ad5fb..381a069 100644 --- a/midge.readme +++ b/midge.readme @@ -2,7 +2,7 @@ Short: MQTT 3.1.1 client for classic AmigaOS Author: simond@irrelevant.org (Simon Dick) Uploader: simond@irrelevant.org (Simon Dick) Type: comm/net -Version: 0.1 +Version: 0.2 Architecture: m68k-amigaos >= 3.1 Requires: 68020 diff --git a/src/version.h b/src/version.h index 32a5de4..65c27ed 100644 --- a/src/version.h +++ b/src/version.h @@ -9,8 +9,8 @@ * * MIDGE_VERSION_DATE is the AmigaOS $VER date,
.. per * https://wiki.amigaos.net/wiki/Version_Strings */ -#define MIDGE_VERSION "0.1" -#define MIDGE_VERSION_DATE "29.08.2026" +#define MIDGE_VERSION "0.2" +#define MIDGE_VERSION_DATE "30.08.2026" /* Embedded AmigaOS version string, findable by the shell `Version` command. * The leading "\0" guards against an adjacent string in the binary running