Skip to content

Commit

Permalink
Version 1.20.0 → 1.20.1 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Jan 6, 2019
1 parent 78ca289 commit fc3472d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.20.1

* BUG FIX: Fix binary encoding to use correct standard version
* This fixes computed hashes to correctly match standard version 5.0.0
* This is not marked as a breaking change since it is a bug fix. The
1.20.0 release will be blacklisted on Hackage and users should upgrade
from 1.19.* directly to 1.20.1
* See: https://github.com/dhall-lang/dhall-haskell/pull/771

1.20.0

* Supports version 5.0.0 of the language standard
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.20.0
Version: 1.20.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1
Expand Down

0 comments on commit fc3472d

Please sign in to comment.