Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:39
Release CI: install protoc on macOS; fix Inno Setup comment syntax

Second-round fixes from the v0.2.1 run:
- macOS failed with "Could not find protoc" — the cargo build needs it and
  only the Linux/Windows jobs installed it. Add protobuf to the macOS
  brew install.
- Windows installer failed at windows-installer.iss line 19: the BundleId
  comment block used `;` comments, but the ISPP preprocessor section uses
  `//` (see the mutex-name comment). Switch those four lines to `//`.

Linux x86_64 already produced deb/rpm/AppImage/tar.gz successfully in v0.2.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>