diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-06 18:40:44 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-06 18:40:44 +0200 |
commit | f00a603c465cc05b5617a0ecd39028ee98cabc97 (patch) | |
tree | 78ab7c309f99f65c01b4f3f23e7c8ffaed7fa827 | |
parent | 95d084f71ca84400dd24030ec608c84727bc5405 (diff) |
-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 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 |