Skip to content

Commit

Permalink
Version 1.3.1 => 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Mar 13, 2017
1 parent 7f12314 commit bd791bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion turtle.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: turtle
Version: 1.3.1
Version: 1.3.2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit bd791bb

Please sign in to comment.