diff --git a/CHANGELOG.md b/CHANGELOG.md index 184246e..3a11b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -1.6.1. +1.6.2 + +* Build against latest `ansi-wl-pprint` and `optparse-applicative` [[#445]](https://github.com/Gabriella439/turtle/pull/445) / [[#446]](https://github.com/Gabriella439/turtle/pull/446) / [[#447]](https://github.com/Gabriella439/turtle/pull/447) + +1.6.1 * BUG FIX: Fix `turtle` to build on Windows * BUG FIX: `stripPrefix` and `commonPrefix` now correctly handle files with diff --git a/turtle.cabal b/turtle.cabal index 33adfce..b549a86 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.6.1 +Version: 1.6.2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3