From 314bee95348b04d8f2f95dc558da39dae6505a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 29 Dec 2025 21:59:17 +0100 Subject: Version 0.1.9 --- CHANGELOG.md | 8 ++++++++ minici.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca09678..acb158d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for MiniCI +## 0.1.9 -- 2025-12-29 + +* Reuse job status and artifacts from previous runs +* Added `--rerun-*` command-line options to configure which jobs should be rerun +* Job section to publish artifacts to specified destination +* Accept literal text block for the `shell` section +* Prepare used artifacts for the `shell` command + ## 0.1.8 -- 2025-07-06 * Added `shell` command to open a shell prepared for given job diff --git a/minici.cabal b/minici.cabal index d209a28..f8e2fdc 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.8 +version: 0.1.9 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