Bump version

This commit is contained in:
David Peter 2022-05-17 22:37:08 +02:00
parent 3df63ba2bb
commit 623ce2d2d9
3 changed files with 6 additions and 15 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -262,7 +262,7 @@ dependencies = [
[[package]]
name = "hyperfine"
version = "1.13.0"
version = "1.14.0"
dependencies = [
"anyhow",
"approx",

View File

@ -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"