Skip to content

Commit 4216643

Browse files
committed
Bump version to 1.3.7.0
Requested in #122.
1 parent 47e797d commit 4216643

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

System/Directory/Internal/Common.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ data XdgDirectory
279279
-- On non-Windows sytems, the default is @~\/.local\/state@. On
280280
-- Windows, the default is @%LOCALAPPDATA%@
281281
-- (e.g. @C:\/Users\//\<user\>/\/AppData\/Local@).
282+
--
283+
-- @since 1.3.7.0
282284
deriving (Bounded, Enum, Eq, Ord, Read, Show)
283285

284286
-- | Search paths for various application data, as specified by the

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog for the [`directory`][1] package
22
==========================================
33

4+
## 1.3.7.0 (Sep 2021)
5+
6+
* `getXdgDirectory` now supports `XdgState` (`XDG_STATE_HOME`).
7+
([#121](https://github.com/haskell/directory/pull/121))
8+
49
## 1.3.6.2 (May 2021)
510

611
* Relax `Win32` version bounds to support 2.11.

directory.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: directory
2-
version: 1.3.6.2
2+
version: 1.3.7.0
33
license: BSD3
44
license-file: LICENSE
55
maintainer: [email protected]

0 commit comments

Comments
 (0)