From a56d5c3c753241d205ed2f3e28618d18bf8eb1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 28 May 2025 20:48:41 +0200 Subject: Version 0.1.7 --- CHANGELOG.md | 7 +++++++ minici.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54acba..e935782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for MiniCI +## 0.1.7 -- 2025-05-28 + +* Added `log` command to show job log +* Added `extract` command to extract artifacts +* Added `--terminal-output` and `--log-output` options to set output style +* Run jobs by specifying full job id or reference + ## 0.1.6 -- 2025-03-30 * Added `jobid` command resolving job reference to canonical ID diff --git a/minici.cabal b/minici.cabal index 4ecf2bc..4854367 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.6 +version: 0.1.7 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