Skip to content

Commit 1b7ab48

Browse files
committed
Release 0.6.0
1 parent 90ca226 commit 1b7ab48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.6.0 (Unreleased)
1+
### 0.6.0 (Sep 03, 2021)
22
* IF and CASE block constructs are now parsed as blocks at parsing instead of
33
as a post-parse transformation (no intermediate statement representation)
44
#154

fortran-src.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: fortran-src
8-
version: 0.5.0
8+
version: 0.6.0
99
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
1010
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.
1111
category: Language

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fortran-src
2-
version: '0.5.0'
2+
version: '0.6.0'
33
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
44
description: ! 'Provides lexing, parsing, and basic analyses of Fortran code covering
55
standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions.

0 commit comments

Comments
 (0)