From de021da15b73702c0f81977ec7ffad5a08151b06 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Thu, 22 Jan 2026 14:33:54 +0000 Subject: [PATCH] chore: release v0.2.8 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8436ea..ed0bc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.8](https://github.com/bjackman/limmat/compare/v0.2.7...v0.2.8) - 2026-01-22 + +### Other + +- Rename and document [run_by_]default option +- Add support for non-default tests in configuration. +- Fix limmat-wrapped definition +- cargo update +- Fix unkillable test jobs while waiting for dependencies +- Update UI to use emoji status indicators +- Update UI to use emoji status indicators +- Add limmat-wrapped package +- No longer releasing binaries + ## [0.2.7](https://github.com/bjackman/limmat/compare/v0.2.6...v0.2.7) - 2025-12-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5dbe6f0..8d33ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "limmat" -version = "0.2.7" +version = "0.2.8" dependencies = [ "ansi-control-codes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fe5b53f..bda40e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limmat" -version = "0.2.7" +version = "0.2.8" edition = "2021" license = "GPL-3.0-only" description = "Tool to run continuous tests locally on Git revision ranges."