From f00a603c465cc05b5617a0ecd39028ee98cabc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 6 Jul 2025 18:40:44 +0200 Subject: Version 0.1.8 --- CHANGELOG.md | 7 +++++++ minici.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e935782..ca09678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for MiniCI +## 0.1.8 -- 2025-07-06 + +* Added `shell` command to open a shell prepared for given job +* Support whole directories as artifacts +* Automatically run dependencies of jobs specified on command line +* Fix getting (sub)directory in a bare repository + ## 0.1.7 -- 2025-05-28 * Added `log` command to show job log diff --git a/minici.cabal b/minici.cabal index d09b495..dbc9dc2 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.7 +version: 0.1.8 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