Cut 0.13.3.

This commit is contained in:
beorn7 2015-05-11 17:55:42 +02:00
parent 2e8a50649b
commit 43b41c56ce
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## 0.13.3 / 2015-05-11
* [BUGFIX] Handle fingerprint collisions properly.
* [CHANGE] Comments in rules file must start with `#`. (The undocumented `//`
and `/*...*/` comment styles are no longer supported.)
* [ENHANCEMENT] Switch to custom expression language parser and evaluation
engine, which generates better error messages, fixes some parsing edge-cases,
and enables other future enhancements (like the ones below).
* [ENHANCEMENT] Limit maximum number of concurrent queries.
* [ENHANCEMENT] Terminate running queries during shutdown.
## 0.13.2 / 2015-05-05
* [MAINTENANCE] Updated vendored dependcies to their newest versions.
* [MAINTENANCE] Include rule_checker and console templates in release tarball.

View File

@ -1 +1 @@
0.13.2
0.13.3