Skip to content

Commit

Permalink
Bump version to 1.3.7.0
Browse files Browse the repository at this point in the history
Requested in #122.
  • Loading branch information
Rufflewind committed Sep 4, 2021
1 parent 47e797d commit 4216643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions System/Directory/Internal/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ data XdgDirectory
-- On non-Windows sytems, the default is @~\/.local\/state@. On
-- Windows, the default is @%LOCALAPPDATA%@
-- (e.g. @C:\/Users\//\<user\>/\/AppData\/Local@).
--
-- @since 1.3.7.0
deriving (Bounded, Enum, Eq, Ord, Read, Show)

-- | Search paths for various application data, as specified by the
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog for the [`directory`][1] package
==========================================

## 1.3.7.0 (Sep 2021)

* `getXdgDirectory` now supports `XdgState` (`XDG_STATE_HOME`).
([#121](https://github.com/haskell/directory/pull/121))

## 1.3.6.2 (May 2021)

* Relax `Win32` version bounds to support 2.11.
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.3.6.2
version: 1.3.7.0
license: BSD3
license-file: LICENSE
maintainer: [email protected]
Expand Down

0 comments on commit 4216643

Please sign in to comment.