diff options
-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 |