summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d34e920..211d8e1 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.16.0
-date-released: '2023-03-15'
+version: 1.16.1
+date-released: '2023-03-21'
diff --git a/Cargo.lock b/Cargo.lock
index 9bcdc25..1518cc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hyperfine"
-version = "1.16.0"
+version = "1.16.1"
dependencies = [
"anyhow",
"approx",
diff --git a/Cargo.toml b/Cargo.toml
index 76bdb08..e3f27b5 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.16.0"
+version = "1.16.1"
edition = "2018"
build = "build.rs"
rust-version = "1.64.0"
diff --git a/README.md b/README.md
index 7aebe83..67255c0 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.16.0/hyperfine_1.16.0_amd64.deb
-sudo dpkg -i hyperfine_1.16.0_amd64.deb
+wget https://github.com/sharkdp/hyperfine/releases/download/v1.16.1/hyperfine_1.16.1_amd64.deb
+sudo dpkg -i hyperfine_1.16.1_amd64.deb
```
### On Fedora