Skip to content

Commit c8f0fc4

Browse files
authored
Release 1.3.3.0 (#161)
1 parent 1eae788 commit c8f0fc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dhall-to-cabal change log
22

3-
## Next
3+
## 1.3.3.0 -- 2019-05-15
44

55
* All constructors that previously took an empty record now use the
66
new nullary syntax instead. This is a breaking change for user code.

dhall-to-cabal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cabal-version: 2.4
99
-- 'dhall-to-cabal -- dhall-to-cabal.dhall'.
1010
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
1111
name: dhall-to-cabal
12-
version: 1.3.2.0
12+
version: 1.3.3.0
1313
license: MIT
1414
license-file: LICENSE
1515
maintainer: ollie@ocharles.org.uk

dhall-to-cabal.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ in prelude.utils.GitHub-project
104104
, license-files =
105105
[ "LICENSE" ]
106106
, version =
107-
v "1.3.2.0"
107+
v "1.3.3.0"
108108
, library =
109109
prelude.unconditional.library
110110
( prelude.defaults.Library

0 commit comments

Comments
 (0)