Skip to content

Releases: tilaven/diff-coverage

v0.2.3

Choose a tag to compare

@tilaven tilaven released this 10 Feb 12:00
feat: dockerhub release

v0.2.2

Choose a tag to compare

@tilaven tilaven released this 10 Feb 11:51
feat: dockerhub release

v0.2.1

Choose a tag to compare

@tilaven tilaven released this 10 Feb 11:20

0.2.1 - 2026-02-10

Added

  • Dockerhub release

v0.2.0

Choose a tag to compare

@tilaven tilaven released this 10 Feb 11:18

0.2.0 - 2026-02-10

Changed

  • Output binaries in releases instead of archives with README

v0.1.6

Choose a tag to compare

@tilaven tilaven released this 30 Jan 19:40

0.1.6 - 2026-01-30

Fixed

  • Invalid version in Cargo.toml

v0.1.5

Choose a tag to compare

@tilaven tilaven released this 30 Jan 19:32

0.1.5 - 2026-01-30

Fixed

  • Fix coverage of files with the same name in different directories

v0.1.4

Choose a tag to compare

@tilaven tilaven released this 29 Jan 23:41

0.1.4 - 2026-01-30

Added

  • Add auto publishing to crates.io

v0.1.2

Choose a tag to compare

@tilaven tilaven released this 29 Jan 23:11

Fix GitHub Actions release matrix targets

v0.1.1

Choose a tag to compare

@tilaven tilaven released this 29 Jan 22:49

0.1.1 - 2026-01-29

Fixes

  • Fix GitHub Actions release matrix targets (remove stray trailing commas) so macOS builds resolve the correct Rust target.

v0.1.0

Choose a tag to compare

@tilaven tilaven released this 29 Jan 22:40

0.1.0 - 2026-01-29

We're excited to ship the very first release of diff-coverage, a developer‑focused CLI that makes coverage on changed code
fast, reliable, and CI‑friendly. Built for teams who want actionable coverage signals without slow or unreliable pipelines.

What's new

  • Blazing‑fast runs: up to ~108× faster mean wall‑time vs Python diff‑cover in larger runs
  • Memory‑efficient processing: ~21–28× lower peak RSS memory usage
  • Coverage directories supported: point to directories (not just single files) for flexible CI setups
  • --fail-under support: enforce quality gates directly in your pipeline

Why it matters diff-coverage is designed for modern dev workflows—fast enough for tight inner loops, strict enough for
CI, and predictable across mono‑repos and multi‑coverage setups.

Thanks for being part of the very first release — more to come!