Skip to content

Commit 975fe10

Browse files
committed
Bump version to 1.20.0
1 parent 001dcce commit 975fe10

File tree

4 files changed

+354
-264
lines changed

4 files changed

+354
-264
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v1.20.0
2+
3+
## Features
4+
5+
- Add `--reference-name` option to give a meaningful name to the reference command, see #808 (@niklasdewally)
6+
- The `--ignore-failure` option now supports a comma-separated list of exit codes to ignore (e.g., `--ignore-failure=1,2`), see #836 (@sharkdp)
7+
- Python scripts: Add `--time-unit` option to `advanced_statistics.py` (@sharkdp)
8+
- Python scripts: Add new `plot_benchmarks.py` script for plotting collections of benchmarks, see #806 (@marxin)
9+
10+
## Bugfixes
11+
12+
- Fix bug where naming individual commands with parameter scan was not working correctly, see #794 (@teofr)
13+
14+
## Other
15+
16+
- Restrict `cat` tests to Unix environments, see #776 and #777 (@ritvikos)
17+
118
# v1.19.0
219

320
## Features

0 commit comments

Comments
 (0)