From 3d5be6438add6d456c397ca87baa7ae678f0d5d4 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 13 Jan 2017 13:26:52 -0800 Subject: [PATCH] Version 1.3.0 => 1.3.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- turtle.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238eb4f..c8d177f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.3.1 + +* `find` no longer follows symlinks +* Increase upper bound on `directory` + 1.3 * BREAKING CHANGE: Several utilities now produce and consume `Line`s instead of diff --git a/README.md b/README.md index 34a2c4d..e0ed128 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.3.0 +# Turtle v1.3.1 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 f6fce81..bbf9823 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.3.0 +Version: 1.3.1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3