From e07cb576d05887f5270d9c962ac7d9be061f9336 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Thu, 8 Oct 2020 10:54:10 +0300 Subject: [PATCH] new: change version to 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d456065a..29b575e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.8.1-alpha.0" +version = "0.8.1" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 56eae525..2a277e29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.8.1-alpha.0" +version = "0.8.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html