Skip to content

Commit 3d4e69f

Browse files
committed
#61, add changelog and version bumps
1 parent ffa89a6 commit 3d4e69f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5+
## Unreleased
6+
7+
* Add `isExtensionOf` function.
8+
59
## 1.4.1.2 *Feb 2017*
610

711
* Bundled with GHC 8.2.1

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.18
22
name: filepath
3-
version: 1.4.1.2
3+
version: 1.4.2
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD3
66
license-file: LICENSE

0 commit comments

Comments
 (0)