Bump version

This commit is contained in:
David Peter 2023-03-15 09:44:10 +01:00 committed by David Peter
parent 5f5adda8b4
commit 94322c50e5
4 changed files with 6 additions and 6 deletions

View File

@ -13,5 +13,5 @@ authors:
repository-code: 'https://github.com/sharkdp/hyperfine'
abstract: A command-line benchmarking tool.
license: MIT
version: 1.15.0
date-released: '2022-09-07'
version: 1.16.0
date-released: '2023-03-15'

2
Cargo.lock generated
View File

@ -294,7 +294,7 @@ dependencies = [
[[package]]
name = "hyperfine"
version = "1.15.0"
version = "1.16.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.15.0"
version = "1.16.0"
rust-version = "1.60.0"
edition = "2018"
build = "build.rs"

View File

@ -170,8 +170,8 @@ like `--warmup`, `--prepare <cmd>`, `--setup <cmd>` or `--cleanup <cmd>`:
Download the appropriate `.deb` package from the [Release page](https://github.com/sharkdp/hyperfine/releases)
and install it via `dpkg`:
```
wget https://github.com/sharkdp/hyperfine/releases/download/v1.15.0/hyperfine_1.15.0_amd64.deb
sudo dpkg -i hyperfine_1.15.0_amd64.deb
wget https://github.com/sharkdp/hyperfine/releases/download/v1.16.0/hyperfine_1.16.0_amd64.deb
sudo dpkg -i hyperfine_1.16.0_amd64.deb
```
### On Fedora