diff --git a/CHANGELOG b/CHANGELOG index c987ea0..b4e97f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ -0.9.3 +0.9.5 * Add `splitDrive`, `takeDrive`, `dropDrive` and `isDrive`. + 0.9.4 was an accidental release of the unreleased 0.9.3 without the appropriate changelog. + 0.9.2 * Data instances for Rel, Abs, File, and Dir. * Bump hashable upper bound to <1.5. diff --git a/path.cabal b/path.cabal index d2407d2..81e83cd 100644 --- a/path.cabal +++ b/path.cabal @@ -1,5 +1,5 @@ name: path -version: 0.9.3 +version: 0.9.5 synopsis: Support for well-typed paths description: Support for well-typed paths. license: BSD3