diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2025-12-29 21:59:17 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-12-29 21:59:17 +0100 |
| commit | 314bee95348b04d8f2f95dc558da39dae6505a47 (patch) | |
| tree | abd073da5d25f7c03ce431ebd1616aa6133c1d45 | |
| parent | 8fead40f1c0d32684ac50074ecbdd9fd7a6c74a4 (diff) | |
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | minici.cabal | 2 |
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 |