diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-30 20:35:40 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-30 20:35:40 +0200 |
commit | 30432ddadb796638b6ca8ee354e31b7c95daff58 (patch) | |
tree | 719dcef2243533ba26b1cbed5e96afb2f1eff01a | |
parent | c27e5e510cc45673a10de7c3b356064bbd3be3e7 (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 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 |