diff --git a/changelog b/changelog index 4c65e8a52..38eb70929 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ + # 0.7.7.1 + - Some small fixes + - Tweaks to improve error messages + # 0.7.7.0 - Standard library changes - `Cake`: back in to StdLib diff --git a/compiler/package.yaml b/compiler/package.yaml index 4b13d441a..ea13f176c 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -1,5 +1,5 @@ name: granule-compiler -version: '0.7.7.0' +version: '0.7.7.1' synopsis: The Granule compiler author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel copyright: 2018 authors diff --git a/frontend/package.yaml b/frontend/package.yaml index 74d41fb58..ed99aff75 100644 --- a/frontend/package.yaml +++ b/frontend/package.yaml @@ -1,5 +1,5 @@ name: granule-frontend -version: '0.7.7.0' +version: '0.7.7.1' synopsis: The Granule abstract-syntax-tree, parser and type checker libraries author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel copyright: 2018 authors diff --git a/interpreter/package.yaml b/interpreter/package.yaml index 22e11d0d9..45784cb82 100644 --- a/interpreter/package.yaml +++ b/interpreter/package.yaml @@ -1,5 +1,5 @@ name: granule-interpreter -version: '0.7.7.0' +version: '0.7.7.1' synopsis: The Granule interpreter author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel copyright: 2019 authors diff --git a/repl/package.yaml b/repl/package.yaml index 680e1b10a..e1c46d4f5 100644 --- a/repl/package.yaml +++ b/repl/package.yaml @@ -1,5 +1,5 @@ name: granule-repl -version: '0.7.7.0' +version: '0.7.7.1' synopsis: The Granule interactive interpreter (grepl) author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel copyright: 2019 authors