Skip to content

Commit c125c54

Browse files
committed
Release ReBench 0.9.1
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 29ae236 commit c125c54

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
-
66

7+
## [0.9.1] - 2017-12-21
8+
9+
- Fix time-left reporting of invalid times (#60)
10+
- Take the number of data points per run into account for estimated time left (#62)
11+
- Obtain process output on timeout to enable results of partial runs
12+
- Fix incompatibility with latest setuptools
13+
714
## [0.9.0] - 2017-04-23
815

916
- added support for building VMs before execution (#58)
@@ -42,7 +49,8 @@
4249
- [0.6.0] - 2014-05-19
4350
- [0.5.0] - 2014-03-25
4451

45-
[Unreleased]: https://github.com/smarr/ReBench/compare/v0.9.0...HEAD
52+
[Unreleased]: https://github.com/smarr/ReBench/compare/v0.9.1...HEAD
53+
[0.9.0]: https://github.com/smarr/ReBench/compare/v0.9.0...v0.9.1
4654
[0.9.0]: https://github.com/smarr/ReBench/compare/v0.8.0...v0.9.0
4755
[0.8.0]: https://github.com/smarr/ReBench/compare/v0.7.5...v0.8.0
4856
[0.7.5]: https://github.com/smarr/ReBench/compare/v0.7.4...v0.7.5

rebench/rebench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
class ReBench:
4444

4545
def __init__(self):
46-
self.version = "0.9.0"
46+
self.version = "0.9.1"
4747
self.options = None
4848
self._config = None
4949

0 commit comments

Comments
 (0)