Skip to content

Commit 474a2c9

Browse files
committed
updated for v0.1.9
1 parent e77ec0d commit 474a2c9

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
## Polystat v0.1.8
1+
## Polystat v0.1.9
22

3-
This release added a [FaR](https://github.com/polystat/far) analyzer to Polystat CLI. In addition, the following problems were addressed:
3+
This release addressed the usability of the `--version` option, in particular:
44

5-
* Paths to files in `.sarif.json` files should be generated correctly now.
6-
* Output and temporary directories that are specified are created if they don't exist.
7-
* Analyzers names printed by `polystat list` and the ones used in `.sarif.json` files are now consistent (and shorter). They can also be changed easily if necessary. The analyzer names can be found by running:
8-
```
9-
java -jar polystat.jar list
10-
```
11-
* Using odin v0.4.3 (with better support for J2EO output).
5+
* In addition to the version of the `polystat-cli` itself, `polystat --version` also prints the following:
6+
* `j2eo` version (the one when no `--j2eoVersion` is specified)
7+
* `py2eo` version
8+
* `odin` version
9+
* `far` version
10+
11+
* The names of downloaded `j2eo` jars now include the version downloaded, e.g. `j2eo-v0.5.3.jar`.
12+
13+
* The `--version` commandline option now has a shorter alternative `-v`, so that `polystat --version` and `polystat -v` are equivalent.
14+
15+
Besides, the names of analyzers where changed according to needs of @APotyomkin. You may want to update the config files. See the updated names by typing `polystat list`.

0 commit comments

Comments
 (0)