Skip to content

v1.24.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:17
· 40 commits to main since this release

Multi-language complexity analysis tool for CI/CD pipelines.

Installation

One-line install (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/Stephen-Collins-tech/hotspots/main/install.sh | sh

Or install a specific version:

HOTSPOTS_VERSION=v1.24.0 curl -fsSL https://raw.githubusercontent.com/Stephen-Collins-tech/hotspots/main/install.sh | sh

GitHub Action

- uses: Stephen-Collins-tech/hotspots@v1.24.0

Manual download

Platform Asset
macOS (Apple Silicon) hotspots-darwin-aarch64.tar.gz
Linux x86_64 hotspots-linux-x86_64.tar.gz
Windows x86_64 hotspots-windows-x86_64.zip

Cargo

cargo install --git https://github.com/Stephen-Collins-tech/hotspots --tag v1.24.0

Documentation


Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

1.24.0 - 2026-06-07

Documentation

  • Document --skip-gate, color output, and installer update check (#90)

Features

  • Add version check and update prompt to installer (#74)
  • Color-coded terminal output (red/yellow/green by band) (#82)
  • Add suppression gate to detect activity ranker failure (#78)
  • Hotspots train --eval with P@K output (#84)