Skip to content

Releases: pfrederiksen/cost-blame

cost-blame 0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Jan 17:22
296aa50

Installation

macOS/Linux

# Extract and install
tar xzf cost-blame_0.2.2_<OS>_<ARCH>.tar.gz
sudo mv cost-blame /usr/local/bin/

Windows

# Extract the zip and add to PATH

Using Go

go install github.com/pfrederiksen/cost-blame@0.2.2

Changelog

Others

  • 296aa50 Improve test coverage from 16% to 20.8% (#4)

cost-blame 0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jan 16:14

Installation

macOS/Linux

# Extract and install
tar xzf cost-blame_0.2.1_<OS>_<ARCH>.tar.gz
sudo mv cost-blame /usr/local/bin/

Windows

# Extract the zip and add to PATH

Using Go

go install github.com/pfrederiksen/cost-blame@0.2.1

Changelog

cost-blame 0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 03:35
816d45d

Installation

macOS/Linux

# Extract and install
tar xzf cost-blame_0.2.0_<OS>_<ARCH>.tar.gz
sudo mv cost-blame /usr/local/bin/

Windows

# Extract the zip and add to PATH

Using Go

go install github.com/pfrederiksen/cost-blame@0.2.0

Changelog

Others

  • 816d45d feat: High-value additions for v0.2.0 (#3)

cost-blame 0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 02:55
39ffc87

Installation

macOS/Linux

# Extract and install
tar xzf cost-blame_0.1.0_<OS>_<ARCH>.tar.gz
sudo mv cost-blame /usr/local/bin/

Windows

# Extract the zip and add to PATH

Using Go

go install github.com/pfrederiksen/cost-blame@0.1.0

Changelog

Others

  • 42e5ec5 "Claude Code Review workflow"
  • 05c4f83 "Claude PR Assistant workflow"
  • eed9f0f Initial commit: project scaffold
  • a698fb0 Merge pull request #1 from pfrederiksen/add-claude-github-actions-1768354226630
  • 39ffc87 feat: Complete cost-blame CLI implementation (#2)