From 60b0523f1b1b0cb206f3babf597592a340cac7be Mon Sep 17 00:00:00 2001 From: clux Date: Wed, 1 Nov 2023 22:17:03 +0000 Subject: [PATCH] 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8bfcc2..f615f92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "whyq" -version = "0.8.2" +version = "0.9.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 07d5266..a4adc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "yet another jq wrapper" authors = [ "clux ", ] -version = "0.8.2" +version = "0.9.0" license = "Apache-2.0" readme = "./README.md" repository = "https://github.com/clux/whyq"