Skip to content

Commit 623ce2d

Browse files
committed
Bump version
1 parent 3df63ba commit 623ce2d

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1-
# unreleased
1+
# v1.14.0
22

33
## Features
44

5+
- Add a new `--output={null,pipe,inherit,<FILE>}` option to control
6+
where the output of the benchmarked program is redirected (if at all),
7+
see #377 and #509 (@tavianator, originally suggested by @BurntSushi)
58
- Add Emacs org-mode as a new export format, see #491 (@ppaulweber)
69

7-
## Changes
8-
9-
10-
## Bugfixes
11-
12-
13-
## Other
14-
15-
16-
## Packaging
17-
18-
1910

2011
# v1.13.0
2112

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "hyperfine"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/hyperfine"
10-
version = "1.13.0"
10+
version = "1.14.0"
1111
edition = "2018"
1212
build = "build.rs"
1313

0 commit comments

Comments
 (0)