From 94322c50e51100efd6d90ca466349741025c47aa Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 15 Mar 2023 09:44:10 +0100 Subject: [PATCH] Bump version --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 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 `, `--setup ` or `--cleanup `: 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