From a2ed08ffac20c1de5cc2339b22f81f8b15ccaf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 25 Jan 2025 18:01:43 +0100 Subject: Version 0.1.3 --- CHANGELOG.md | 9 +++++++++ minici.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494e3c8..c896e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Revision history for MiniCI +## 0.1.3 -- 2025-01-25 + +* Run jobs based on configuration in associated commit +* Configurable number of concurrently running jobs (using `-j` option) +* Concurrently run jobs for multiple commits +* Properly cancel and clean up jobs on user interrupt +* Added `--new-commits-on` and `--new-tags` options for `run` command to dynamically generate jobs based on branch/tags changes +* Support for GHC up to 9.12 + ## 0.1.2 -- 2024-07-30 * Explicit run command diff --git a/minici.cabal b/minici.cabal index fc3e48a..536083d 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.2 +version: 0.1.3 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