summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-17 22:37:08 +0200
committerDavid Peter <mail@david-peter.de>2022-05-17 22:37:08 +0200
commit623ce2d2d9386efd554bc48dd39584a9c83e7a81 (patch)
tree763b963a9ad146aab05e3b0560c0bf7f6f0eb1fb
parent3df63ba2bb14e75775e0e1fae744043e7ad79a5f (diff)
Bump versionv1.14.0
-rw-r--r--CHANGELOG.md17
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a961755..7f59463 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,12 @@
-# unreleased
+# v1.14.0
## Features
+- Add a new `--output={null,pipe,inherit,<FILE>}` option to control
+ where the output of the benchmarked program is redirected (if at all),
+ see #377 and #509 (@tavianator, originally suggested by @BurntSushi)
- Add Emacs org-mode as a new export format, see #491 (@ppaulweber)
-## Changes
-
-
-## Bugfixes
-
-
-## Other
-
-
-## Packaging
-
-
# v1.13.0
diff --git a/Cargo.lock b/Cargo.lock
index fc16631..02dbc6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -262,7 +262,7 @@ dependencies = [
[[package]]
name = "hyperfine"
-version = "1.13.0"
+version = "1.14.0"
dependencies = [
"anyhow",
"approx",
diff --git a/Cargo.toml b/Cargo.toml
index 8596fae..ed5a0c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "hyperfine"
readme = "README.md"
repository = "https://github.com/sharkdp/hyperfine"
-version = "1.13.0"
+version = "1.14.0"
edition = "2018"
build = "build.rs"