diff options
| -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 |