All changes in this release are related to the statistical model-checking command `scheck`:
* Parametric queries à la [MultiVeSta](https://github.com/andrea-vandin/MultiVeStA) are supported in QuaTEx formulae. They are written `eval parametric(E[expr], name, start, step, stop)` where `expr` is a QuaTEx expression containing the variable `name`. It will be evaluated in every point `start + k * step` that is lower or equal to `stop`.
* New option `--plot` to plot the confidence intervals obtained from parametric queries using [Matplotlib](https://matplotlib.org/) (which should be installed for this option).
* QuaTEx expressions containing the logical operators `&&` and `||` are now supported.
* Fixed a bug in the execution of simultaneous queries that may produce wrong results.
* Fixed a bug in the parser of QuaTEx expressions that did not allow consecutive line comments.
* Fixed some ungraceful-termination bugs when the given assignment method argument is not valid or the input file contains no queries.