Skip to content

Commit

Permalink
Bump version to 1.2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Apr 17, 2016
1 parent e16b2c1 commit 8bb9760
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog for the [`directory`][1] package
==========================================

## 1.2.6.0 (April 2015)
## 1.2.6.1 (April 2015)

* Bundled with GHC 8.0.1

* Fix mistake in file time functions when `utimensat` is not available
([#47](https://github.com/haskell/directory/pull/47))

## 1.2.6.0 (April 2015)

* Make `findExecutable`, `findExecutables`, `findExecutablesInDirectories`,
`findFile`, and `findFilesWith` lazier
([#43](https://github.com/haskell/directory/issues/43))
Expand Down
2 changes: 1 addition & 1 deletion directory.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: directory
version: 1.2.6.0
version: 1.2.6.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 8bb9760

Please sign in to comment.