diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d177f..60f8f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.3.2 + +* Fix bugs in subprocess management +* Generalize type of `repr` to return any type that implements `IsString` +* Add `optLine`, `argLine`, and `l` utilities to simplify working with `Line`s + 1.3.1 * `find` no longer follows symlinks diff --git a/README.md b/README.md index 4ed1fbe..1d51ca1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.3.1 +# Turtle v1.3.2 Turtle is a reimplementation of the Unix command line environment in Haskell so that you can use Haskell as a scripting language or a shell. Think of `turtle` diff --git a/turtle.cabal b/turtle.cabal index b7ddc4a..f12aa63 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.3.1 +Version: 1.3.2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3