github edverma/git-smart-squash v1.2.2
Release v1.2.2 - Critical Bug Fix

latest releases: v4.0.3, v4.0.2, v4.0.1...
9 months ago

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

🚀 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.

Don't miss a new git-smart-squash release

NewReleases is sending notifications on new releases.