summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--minici.cabal2
2 files changed, 9 insertions, 1 deletions
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