Skip to content

Commit

Permalink
Version 1.6.0 → 1.6.1 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Jun 17, 2022
1 parent 38e76e1 commit 837f52d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.6.1.

* BUG FIX: Fix `turtle` to build on Windows
* BUG FIX: `stripPrefix` and `commonPrefix` now correctly handle files with
extensions
* For example, before this fix `stripPrefix "./" "./foo.bar"` would
return `Just "foo/.bar"`

1.6.0

* BREAKING CHANGE: Switch to the `FilePath` type from `base` instead of
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.6.0
Version: 1.6.1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit 837f52d

Please sign in to comment.