Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Aug 22, 2022
1 parent 5f6b866 commit 1f2a6a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Unreleased
## 0.3.1 (22 Aug 2022)
* Update to fortran-src 0.10.2
* do some type checking for logical operators used with non LOGICAL arguments
* Do some type checking for logical operators used with non LOGICAL arguments
#6
* add type checking for `imag`, `lshift` intrinsics
* Add type checking for `imag`, `lshift` intrinsics
* MemoryLocation: change `getLocation` to return a `Maybe` type
* Memory: expose `getTypeSize` function

Expand Down
2 changes: 1 addition & 1 deletion fortran-vars.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: fortran-vars
version: 0.3.0
version: 0.3.1
synopsis: Fortran memory model and other static analysis tools.
description: Various Fortran static analysis tools focusing on a memory model for Fortran types. Uses fortran-src for the syntax representation.
category: Language
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fortran-vars
version: 0.3.0
version: 0.3.1
synopsis: Fortran memory model and other static analysis tools.
description: Various Fortran static analysis tools focusing on a memory model for Fortran types. Uses fortran-src for the syntax representation.
category: Language
Expand Down

0 comments on commit 1f2a6a0

Please sign in to comment.