Git Smart Squash v1.2.2 - Critical Bug Fix
🐛 Fixed
- Resolved commit counting error: Fixed 'too many values to unpack (expected 2)' error in zero-friction CLI
- Updated grouping engine: Now properly returns tuple of (groups, warnings) as expected
- Corrected imports: Updated to use core.models instead of models for proper module resolution
📦 PyPI Publication
- Published to PyPI: https://pypi.org/project/git-smart-squash/1.2.1/
- Homebrew formula updated with correct SHA256 hash
🚀 Installation
# Install latest version with bug fixes
pip install git-smart-squash==1.2.1
# Verify installation
gss --help # Zero-friction CLI
git-smart-squash --help # Traditional CLI🔧 What was fixed
The zero-friction CLI (gss) was experiencing an unpacking error when analyzing commits. This has been resolved by ensuring the grouping engine returns the expected tuple format.
Before: Error when running gss with commits to analyze
After: Clean commit analysis and grouping functionality
This is a critical bug fix for users experiencing the unpacking error.