summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-07-06 18:40:44 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-07-06 18:40:44 +0200
commitf00a603c465cc05b5617a0ecd39028ee98cabc97 (patch)
tree78ab7c309f99f65c01b4f3f23e7c8ffaed7fa827
parent95d084f71ca84400dd24030ec608c84727bc5405 (diff)
Version 0.1.8HEADv0.1.8master
-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