Skip to content

Commit 466186c

Browse files
committed
bump version number and update changelog
1 parent d87465b commit 466186c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.16.4 (Feb 07, 2025)
2+
* Small fix around parsing of BOZ constants.
3+
* This version was reviewed for JOSS.
4+
15
### 0.16.3 (Sep 30, 2024)
26
* Store source names for local declarations in .fsmod files.
37
* Constant evaluator now handles real-integer exponent and real-real exponent expression

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ programName :: String
5151
programName = "fortran-src"
5252

5353
showVersion :: String
54-
showVersion = "0.16.3"
54+
showVersion = "0.16.4"
5555

5656
main :: IO ()
5757
main = do

fortran-src.cabal

Lines changed: 1 addition & 1 deletion
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.16.3
8+
version: 0.16.4
99
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
1010
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, Fortran 95, Fortran 2003 (partial) and some legacy extensions. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the @<https://hackage.haskell.org/package/camfort CamFort>@ project, which uses fortran-src as its front end.
1111
category: Language

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fortran-src
2-
version: '0.16.3'
2+
version: '0.16.4'
33
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
44
description: >-
55
Provides lexing, parsing, and basic analyses of Fortran code covering

0 commit comments

Comments
 (0)