summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-03-15 09:44:10 +0100
committerDavid Peter <mail@david-peter.de>2023-03-15 09:44:10 +0100
commitb2fb73bf4d8cc795b538b9691d22c41d620876d9 (patch)
treecf8149ccce564520696f2df42c9b182a903d070e
parent7f9fde2c5047c9147a4868d80c82039ba4376604 (diff)
Bump version
-rw-r--r--CITATION.cff4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
4 files changed, 6 insertions, 6 deletions
diff --git a/CITATION.cff b/CITATION.cff
index b53c6fa..d34e920 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -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'
diff --git a/Cargo.lock b/Cargo.lock
index 863dabc..db06371 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -294,7 +294,7 @@ dependencies = [
[[package]]
name = "hyperfine"
-version = "1.15.0"
+version = "1.16.0"
dependencies = [
"anyhow",
"approx",
diff --git a/Cargo.toml b/Cargo.toml
index f656063..4795089 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.15.0"
+version = "1.16.0"
rust-version = "1.60.0"
edition = "2018"
build = "build.rs"
diff --git a/README.md b/README.md
index d053d1e..7aebe83 100644
--- a/README.md
+++ b/README.md
@@ -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