diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b63fa..c48f35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for cli-git +## 0.2.0.2 + +* Relax some bounds + ## 0.2.0.1 -- Revision 1 * Build with GHC 9.10 diff --git a/cli-git.cabal b/cli-git.cabal index d452ccc..dae1625 100644 --- a/cli-git.cabal +++ b/cli-git.cabal @@ -1,7 +1,6 @@ cabal-version: >=1.10 name: cli-git -version: 0.2.0.1 -x-revision: 1 +version: 0.2.0.2 license: BSD3 license-file: LICENSE copyright: Obsidian Systems LLC 2020 - 2024