diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-20 20:19:36 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-20 20:19:36 +0100 |
commit | a372c8cf51bce6179fe0d585a545b7f4f3910233 (patch) | |
tree | 324c84cb8b6c7194b3781f92888fa7140872c5c6 | |
parent | 505ae1c65bae537f386a3dc4f8d5d1c154c8f5c3 (diff) |
Version 0.1.5v0.1.5
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | minici.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
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 |