Release v0.2 - #20
Merged
Merged
Conversation
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QWq1CRLCQy9AaD9UtLRSM9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
MIDGE_VERSION0.1 → 0.2 andMIDGE_VERSION_DATE, and the matchingVersion:field inmidge.readme, perCLAUDE.md's release process. Merging this is the trigger to push the matchingv0.2tag.Headline change since v0.1: TLS via AmiSSL (
mco_TLS/mco_TLSInsecure/mco_CAFile,TLS/TLSINSECURE/CAFILEon the Amiga tools,-s/-S/-con the host tools) - verified end-to-end against real AmiSSL under Copperline - plus a pre-release review pass (#19) that fixed a dist-time AmiSSL guard and a TLS handshake hang.Test plan
scripts/verify-version.sh v0.2passes (version, readme, and date checks).make distrehearsal from a clean.cache/inside the CI container - built cleanly,$VERstrings confirmed asmqtt_pub 0.2 (30.08.2026)/mqtt.library 1.0 (30.08.2026).make test- 249/249 host unit tests pass.🤖 Generated with Claude Code
https://claude.ai/code/session_01QWq1CRLCQy9AaD9UtLRSM9