Skip to content

Commit d45cc71

Browse files
committed
Updating version to 0.1b4
1 parent 725d816 commit d45cc71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ We foresee at least five alpha releases that are meant as intermediate building
3030

3131
| Version | Release date | Contents |
3232
| --- | --- | --- |
33+
| [0.1b4](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b4) | Jan. 13, 2022 | Customizable open call handling, removal of enums (resolution strategy and symbolic operators) to increase modularity, removal of native calls, order of evaluation of expressions |
3334
| [0.1b3](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b3) | Oct. 29, 2021 | Additions of missing accessors and constructors, exposing call resolution information to semantic checks |
3435
| [0.1b2](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b2) | Oct. 1, 2021 | Project splitting, default statement and types, more symbolic operators |
3536
| [0.1b1](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b1) | Aug. 25, 2021 | Interprocedural analyses, annotations |

lisa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects {
1313
}
1414

1515
group = 'it.unive'
16-
version = '0.1b3'
16+
version = '0.1b4'
1717

1818
// the code reading data from the git repo has to be placed in the same file where its
1919
// plugin is applied, otherwise it will fail to load the classes from it. We export the

0 commit comments

Comments
 (0)