From 7e8ec380763292d8afa4f3d0f03a679ffe384d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 30 Mar 2025 11:39:48 +0200 Subject: Version 0.1.6 --- CHANGELOG.md | 5 +++++ minici.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3