Skip to content

Releases: topp/convcom

ConvCom v0.4.0

07 Jul 14:16

Choose a tag to compare

ConvCom Release v0.4.0

AI-powered conventional commit message generator written in Rust.

Installation Options

Quick Install (Recommended)

Choose the appropriate binary for your platform:

  • Linux: convcom-linux-x86_64.tar.gz
  • Windows: convcom-windows-x86_64.exe.zip
  • macOS (Intel): convcom-macos-x86_64.tar.gz
  • macOS (Apple Silicon): convcom-macos-aarch64.tar.gz

Installation Steps

Linux/macOS:

# Download and extract
tar -xzf convcom-*.tar.gz

# Make executable and move to PATH
chmod +x convcom
sudo mv convcom /usr/local/bin/

# Verify installation
convcom --help

Windows:

# Extract the zip file
# Move convcom.exe to a folder in your PATH
# Or run directly from the extracted location

Quick Start

# Set up your API key (choose one)
export GROQ_API_KEY="your_groq_api_key"        # Recommended
export ANTHROPIC_API_KEY="your_anthropic_key"  # Premium option

# Stage your changes and generate commit message
git add .
convcom

Links


What's Changed:
See the commit history for detailed changes in this release.

ConvCom v0.3.0

07 Jul 13:09

Choose a tag to compare

ConvCom Release v0.3.0

AI-powered conventional commit message generator written in Rust.

Installation Options

Quick Install (Recommended)

Choose the appropriate binary for your platform:

  • Linux: convcom-linux-x86_64.tar.gz
  • Windows: convcom-windows-x86_64.exe.zip
  • macOS (Intel): convcom-macos-x86_64.tar.gz
  • macOS (Apple Silicon): convcom-macos-aarch64.tar.gz

Installation Steps

Linux/macOS:

# Download and extract
tar -xzf convcom-*.tar.gz

# Make executable and move to PATH
chmod +x convcom
sudo mv convcom /usr/local/bin/

# Verify installation
convcom --help

Windows:

# Extract the zip file
# Move convcom.exe to a folder in your PATH
# Or run directly from the extracted location

Quick Start

# Set up your API key (choose one)
export GROQ_API_KEY="your_groq_api_key"        # Recommended
export ANTHROPIC_API_KEY="your_anthropic_key"  # Premium option

# Stage your changes and generate commit message
git add .
convcom

Links


What's Changed:
See the commit history for detailed changes in this release.

ConvCom v0.2.0

07 Jul 12:52

Choose a tag to compare

πŸš€ ConvCom Release v0.2.0

AI-powered conventional commit message generator written in Rust.

πŸ“¦ Installation Options

Quick Install (Recommended)

Choose the appropriate binary for your platform:

  • 🐧 Linux: convcom-linux-x86_64.tar.gz
  • πŸͺŸ Windows: convcom-windows-x86_64.exe.zip
  • 🍎 macOS (Intel): convcom-macos-x86_64.tar.gz
  • 🍎 macOS (Apple Silicon): convcom-macos-aarch64.tar.gz

Installation Steps

Linux/macOS:

# Download and extract
tar -xzf convcom-*.tar.gz

# Make executable and move to PATH
chmod +x convcom
sudo mv convcom /usr/local/bin/

# Verify installation
convcom --help

Windows:

# Extract the zip file
# Move convcom.exe to a folder in your PATH
# Or run directly from the extracted location

⚑ Quick Start

# Set up your API key (choose one)
export GROQ_API_KEY="your_groq_api_key"        # Recommended
export ANTHROPIC_API_KEY="your_anthropic_key"  # Premium option

# Stage your changes and generate commit message
git add .
convcom

πŸ”— Links


What's Changed:
See the commit history for detailed changes in this release.

ConvCom v0.1.0

07 Jul 11:30

Choose a tag to compare

πŸš€ ConvCom Release v0.1.0

AI-powered conventional commit message generator written in Rust.

πŸ“¦ Installation Options

Quick Install (Recommended)

Choose the appropriate binary for your platform:

  • 🐧 Linux: convcom-linux-x86_64.tar.gz
  • πŸͺŸ Windows: convcom-windows-x86_64.exe.zip
  • 🍎 macOS (Intel): convcom-macos-x86_64.tar.gz
  • 🍎 macOS (Apple Silicon): convcom-macos-aarch64.tar.gz

Installation Steps

Linux/macOS:

# Download and extract
tar -xzf convcom-*.tar.gz

# Make executable and move to PATH
chmod +x convcom
sudo mv convcom /usr/local/bin/

# Verify installation
convcom --help

Windows:

# Extract the zip file
# Move convcom.exe to a folder in your PATH
# Or run directly from the extracted location

⚑ Quick Start

# Set up your API key (choose one)
export GROQ_API_KEY="your_groq_api_key"        # Recommended
export ANTHROPIC_API_KEY="your_anthropic_key"  # Premium option

# Stage your changes and generate commit message
git add .
convcom

πŸ”— Links


What's Changed:
See the commit history for detailed changes in this release.