From 66a3ceb7ce3a3971d1d8b2f44d1813a74bd92b32 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Sun, 12 Feb 2023 18:02:18 +0100 Subject: [PATCH] Prepare v0.2.0 --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8618d5a..7874788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "processtime" -version = "0.1.1" +version = "0.2.0" description = "A cross-platform version of the \"time\" shell function, to display execution time for a process." homepage = "https://github.com/Orbitale/processtime" documentation = "https://docs.rs/processtime" diff --git a/README.md b/README.md index 29528e9..759f757 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Install +### From automated releases + +Check out the [releases](https://github.com/Orbitale/processtime/releases) page for the latest stable version and download the one for your operating system. + ### Using Cargo You can run `cargo install processtime` if you have Rust and Cargo on your machine.