From 1b61aad89db0a354767c4d07713c5ecea62082cd Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Wed, 8 Jan 2025 16:30:17 +0100 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4b30f..19127d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/bjackman/limmat/compare/v0.2.3...v0.2.4) - 2025-01-08 + +### Other + +- *(dev)* Document build release artifacts + ## [0.2.3](https://github.com/bjackman/limmat/compare/v0.2.2...v0.2.3) - 2025-01-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2ed4a92..e319699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,7 +1006,7 @@ dependencies = [ [[package]] name = "limmat" -version = "0.2.3" +version = "0.2.4" dependencies = [ "ansi-control-codes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 692ba0b..3b05853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limmat" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "GPL-3.0-only" description = "Tool to run continuous tests locally on Git revision ranges."