From 1b7ab48f44b3d0a837068860f56c94907dc0913a Mon Sep 17 00:00:00 2001 From: Ben Orchard Date: Fri, 3 Sep 2021 18:58:57 +0100 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 2 +- fortran-src.cabal | 2 +- package.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be30f6ae..e792bb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.6.0 (Unreleased) +### 0.6.0 (Sep 03, 2021) * IF and CASE block constructs are now parsed as blocks at parsing instead of as a post-parse transformation (no intermediate statement representation) #154 diff --git a/fortran-src.cabal b/fortran-src.cabal index 3271adb5..7b829767 100644 --- a/fortran-src.cabal +++ b/fortran-src.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: fortran-src -version: 0.5.0 +version: 0.6.0 synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95. description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the 'camfort' project, which uses fortran-src as its front end. category: Language diff --git a/package.yaml b/package.yaml index 3766749b..d19c3efc 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: fortran-src -version: '0.5.0' +version: '0.6.0' synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95. description: ! 'Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions.