summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--minici.cabal2
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