From c0be681bb9e6bfc1adc42dd2557953beb8f61a98 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Thu, 25 Aug 2022 07:42:33 +0200 Subject: [PATCH] new: change version to 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1175594..acff7fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.12.0-alpha.0" +version = "0.12.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a00f5d0e..ba1a88fd 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.12.0-alpha.0" +version = "0.12.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html