From c59855ac2aa9124b2706b46dc43ada194aaada1d Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 28 Oct 2024 19:45:14 +0000 Subject: [PATCH] 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 b41498a..a82dc95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lq" -version = "0.11.1" +version = "0.12.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 35f48d8..ed9e8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "yet another jq wrapper" authors = [ "clux ", ] -version = "0.11.1" +version = "0.12.0" license = "Apache-2.0" readme = "./README.md" repository = "https://github.com/clux/lq"