diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-30 11:39:48 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-30 11:39:48 +0200 |
commit | 7e8ec380763292d8afa4f3d0f03a679ffe384d49 (patch) | |
tree | 403b9c0a24b78bc6ccc03494311b30674d27bbf9 | |
parent | 3bbfb4d9330f8648721256418072bb3d625ff539 (diff) |
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | minici.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2395..d54acba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for MiniCI +## 0.1.6 -- 2025-03-30 + +* Added `jobid` command resolving job reference to canonical ID +* Fix copying of used artifacts to appropriate working directory + ## 0.1.5 -- 2025-03-20 * Accept job file path on command line diff --git a/minici.cabal b/minici.cabal index b8fa18a..aa7561c 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.5 +version: 0.1.6 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 |