Skip to content

Commit fc3472d

Browse files
authored
Version 1.20.0 → 1.20.1 (#773)
1 parent 78ca289 commit fc3472d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

dhall/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.20.1
2+
3+
* BUG FIX: Fix binary encoding to use correct standard version
4+
* This fixes computed hashes to correctly match standard version 5.0.0
5+
* This is not marked as a breaking change since it is a bug fix. The
6+
1.20.0 release will be blacklisted on Hackage and users should upgrade
7+
from 1.19.* directly to 1.20.1
8+
* See: https://github.com/dhall-lang/dhall-haskell/pull/771
9+
110
1.20.0
211

312
* Supports version 5.0.0 of the language standard

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.20.0
2+
Version: 1.20.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

0 commit comments

Comments
 (0)