From 383c928cf306f3c10c2f0985027f2ef084fbc481 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Sat, 23 Nov 2024 22:31:16 +0100 Subject: [PATCH] chore: release 0.2.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f5dc2..bb01db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.0](https://github.com/bjackman/local-ci/compare/v0.1.0...v0.1.1) - 2024-11-23 +## [0.2.1](https://github.com/bjackman/local-ci/compare/v0.1.0...v0.1.1) - 2024-11-23 This is the first "proper" relase. I've added documentation and the initial featureset. \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f4ae5c9..a024351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "limmat" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ansi-control-codes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6fe95e4..3967dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limmat" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0-only" description = "Tool to run continuous tests locally on Git revision ranges."