From 9236b6571a87a8c8f9b1720dd49839895303a1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 4 Feb 2025 22:38:42 +0100 Subject: Version 0.1.4 --- CHANGELOG.md | 6 ++++++ minici.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c896e63..e6d7e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for MiniCI +## 0.1.4 -- 2025-02-04 + +* Fix invocation of `minici run` without arguments +* Fix that empty temporary dir was not deleted in some cases +* Add explicit `--since-upstream` option for the `run` command + ## 0.1.3 -- 2025-01-25 * Run jobs based on configuration in associated commit diff --git a/minici.cabal b/minici.cabal index 560282b..84ebcff 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.3 +version: 0.1.4 synopsis: Minimalist CI framework to run checks on local machine description: Runs defined jobs, for example to build and test a project, for each git -- cgit v1.2.3