From 30432ddadb796638b6ca8ee354e31b7c95daff58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 30 Jul 2024 20:35:40 +0200 Subject: Version 0.1.2 --- CHANGELOG.md | 5 +++++ minici.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31c0b8..494e3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for MiniCI +## 0.1.2 -- 2024-07-30 + +* Explicit run command +* Support for GHC up to 9.10 + ## 0.1.1 -- 2023-04-25 * Support for GHC 9.2 diff --git a/minici.cabal b/minici.cabal index ec714eb..2091053 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: minici -version: 0.1.1 +version: 0.1.2 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