From 6c0d5d517d422ba4d1f0d87973562eac4d28289a Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Fri, 13 Mar 2026 12:03:17 +0100 Subject: [PATCH] chore: release v0.2.9 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0bc2d..981a5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.9](https://github.com/bjackman/limmat/compare/v0.2.8...v0.2.9) - 2026-03-13 + +### Other + +- Make un-wrapped package the default +- Revert "flake: Fix limmat-wrapped definition" + ## [0.2.8](https://github.com/bjackman/limmat/compare/v0.2.7...v0.2.8) - 2026-01-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index 8d33ef8..e8e7c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "limmat" -version = "0.2.8" +version = "0.2.9" dependencies = [ "ansi-control-codes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bda40e8..b27713f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limmat" -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "GPL-3.0-only" description = "Tool to run continuous tests locally on Git revision ranges."