Skip to content

Commit 30c70ba

Browse files
committed
updated for v0.1.12
1 parent d1065b7 commit 30c70ba

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
## Polystat v0.1.11
1+
## Polystat v0.1.12
22

3-
In this release `polystat-cli` is published to Maven Central! We have also added a coursier descriptor to the repository so that `polystat-cli` can be installed and managed by [coursier](https://get-coursier.io/)! To install `polystat-cli` with coursier, run the following command:
4-
```
5-
cs install --channel https://raw.githubusercontent.com/polystat/polystat-cli/master/coursier/polystat.json polystat
6-
```
3+
This release introduced the following changes:
74

8-
After that you should be able to just run `polystat-cli` as follows:
9-
```
10-
$ polystat -v
11-
...
12-
polystat-cli = 0.1.11
13-
...
14-
```
15-
16-
Besides, the analysis procedure is no longer run if the filtering options (i.e. `excludeRules` / `includeRules`) exclude all the analyzers. Instead, a warning message is printed:
17-
```
18-
WARNING: The 'includeRules' key with values "liskov" excludes all the analyzers, so none were run!
19-
```
5+
* `odin` was updated to v0.4.5. This change allows the detection of the Direct State Access defects.
6+
* `py2eo` was updated to v0.0.14.
7+
* `polystat-cli`:
8+
* The generated SARIF output was changed slightly to be viewable with the [VSCode SARIF extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer). (thanks to @br4ch1st0chr0n3)
9+
* The output directories and temporary directories that were specified either on the command line or in the config file are now created automatically if they don't exist.

0 commit comments

Comments
 (0)