Skip to content

Commit

Permalink
Release ReBench 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Dec 21, 2017
1 parent 29ae236 commit c125c54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

-

## [0.9.1] - 2017-12-21

- Fix time-left reporting of invalid times (#60)
- Take the number of data points per run into account for estimated time left (#62)
- Obtain process output on timeout to enable results of partial runs
- Fix incompatibility with latest setuptools

## [0.9.0] - 2017-04-23

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

[Unreleased]: https://github.com/smarr/ReBench/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/smarr/ReBench/compare/v0.9.1...HEAD
[0.9.0]: https://github.com/smarr/ReBench/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/smarr/ReBench/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/smarr/ReBench/compare/v0.7.5...v0.8.0
[0.7.5]: https://github.com/smarr/ReBench/compare/v0.7.4...v0.7.5
Expand Down
2 changes: 1 addition & 1 deletion rebench/rebench.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
class ReBench:

def __init__(self):
self.version = "0.9.0"
self.version = "0.9.1"
self.options = None
self._config = None

Expand Down

0 comments on commit c125c54

Please sign in to comment.