summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-10-05 09:48:09 +0200
committerDavid Peter <david.peter@bosch.com>2023-10-05 09:48:09 +0200
commit45b18d9d361ed32b255d46d97158ea10fce04215 (patch)
tree9f3b40564b98ba5e082d9b784ff34dbaa8f6e2f8
parentf20bea1f1ddd5a813522ec16e68087a597fd83ab (diff)
Updates for v1.18
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 301dedc..5bf7bec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,17 @@
+# v1.18.0
+
+## Features
+
+- Add support for microseconds via `--time-unit microsecond`, see #684 (@sharkdp)
+
+## Bugfixes
+
+- Proper argument quoting on Windows CMD, see #296 and #678 (@PedroWitzel)
+
+
# v1.17.0
## Features
diff --git a/Cargo.lock b/Cargo.lock
index 404076c..4f3ffb6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -486,7 +486,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
[[package]]
name = "hyperfine"
-version = "1.17.0"
+version = "1.18.0"
dependencies = [
"anyhow",
"approx",
diff --git a/Cargo.toml b/Cargo.toml
index ea28c17..245304e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "hyperfine"
readme = "README.md"
repository = "https://github.com/sharkdp/hyperfine"
-version = "1.17.0"
+version = "1.18.0"
edition = "2018"
build = "build.rs"
rust-version = "1.66.0"