Releases: getuncaged/uncaged
Releases · getuncaged/uncaged
Release list
Uncaged v0.2.6
Uncaged v0.2.5
Uncaged v0.2.4
v0.2.2
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>