From a372c8cf51bce6179fe0d585a545b7f4f3910233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 20 Mar 2025 20:19:36 +0100 Subject: Version 0.1.5 --- CHANGELOG.md | 7 +++++++ minici.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d7e99..47e2395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for MiniCI +## 0.1.5 -- 2025-03-20 + +* Accept job file path on command line +* Added `checkout` command +* Reference and checkout other repositories from job file +* Accept names of jobs to run as command-line arguments + ## 0.1.4 -- 2025-02-04 * Fix invocation of `minici run` without arguments diff --git a/minici.cabal b/minici.cabal index c0e7d00..433576f 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.4 +version: 0.1.5 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