Skip to content

Commit 2235c7d

Browse files
Release 1.1
1 parent a67af49 commit 2235c7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# BenchExec Changelog
22

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+
310
## BenchExec 1.0
411

512
- Multiple runs for the same file can now be shown in the table in different rows

benchexec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
6161
"""
6262

63-
__version__ = '1.1-dev'
63+
__version__ = '1.1'
6464

6565
class BenchExec(object):
6666
"""

0 commit comments

Comments
 (0)