Skip to content

Commit

Permalink
Release 1.3.3.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored May 15, 2019
1 parent 1eae788 commit c8f0fc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dhall-to-cabal change log

## Next
## 1.3.3.0 -- 2019-05-15

* All constructors that previously took an empty record now use the
new nullary syntax instead. This is a breaking change for user code.
Expand Down
2 changes: 1 addition & 1 deletion dhall-to-cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cabal-version: 2.4
-- 'dhall-to-cabal -- dhall-to-cabal.dhall'.
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
name: dhall-to-cabal
version: 1.3.2.0
version: 1.3.3.0
license: MIT
license-file: LICENSE
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dhall-to-cabal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ in prelude.utils.GitHub-project
, license-files =
[ "LICENSE" ]
, version =
v "1.3.2.0"
v "1.3.3.0"
, library =
prelude.unconditional.library
( prelude.defaults.Library
Expand Down

0 comments on commit c8f0fc4

Please sign in to comment.