Shimmy v1.4.2 - Template Compilation Fix
·
29 commits
to main
since this release
Shimmy v1.4.2 - Template Compilation Fix
🔧 Fixes
This release addresses the compilation failure when installing shimmy from crates.io, specifically fixing Issue #63 where users received a broken binary that showed version 0.1.0 instead of the expected 1.4.2.
Key Fixes:
- ✅ Fixed template file compilation errors by removing
templates/*
from the exclusion list in Cargo.toml - ✅ Proper version 1.4.2 is now correctly embedded in the binary
- ✅ Includes all improvements from v1.4.1 including Ollama model discovery enhancements
📦 Installation
From crates.io (Recommended)
cargo install shimmy
From GitHub Releases
Download the appropriate binary for your platform from the release assets below.
🔍 Verification
To verify this release works correctly:
shimmy --version # Should show: shimmy 1.4.2
shimmy gpu-info # Should display GPU information (command now available)
🐛 Issue Resolved
This release specifically resolves GitHub Issue #63 where the previous v1.4.2 binary was corrupted and showed version 0.1.0. Users who downloaded that broken release should update to this corrected version.
For users experiencing compilation issues when installing from crates.io, this release ensures all necessary template files are properly included in the package.
🤖 Generated with Claude Code