We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67af49 commit 2235c7dCopy full SHA for 2235c7d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# BenchExec Changelog
2
3
+## BenchExec 1.1
4
+
5
+- HTML tables produced by table-generator now have a header that stays
6
+ always visible, even when scrolling through the table.
7
+- A Debian package is now created for releases and made available on GitHub.
8
+- Small bug fixes.
9
10
## BenchExec 1.0
11
12
- Multiple runs for the same file can now be shown in the table in different rows
benchexec/__init__.py
@@ -60,7 +60,7 @@
60
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
61
"""
62
63
-__version__ = '1.1-dev'
+__version__ = '1.1'
64
65
class BenchExec(object):
66
0 commit comments