From a1ea355a3886de9634af60ffb451728beb6900ef Mon Sep 17 00:00:00 2001 From: The Noah Date: Tue, 20 Aug 2024 19:49:55 -0500 Subject: [PATCH] chore: Release bzfquery version 2.0.0 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e926e99..d12642c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "bzfquery" -version = "1.0.1" +version = "2.0.0" diff --git a/Cargo.toml b/Cargo.toml index ea5bd38..27ffa20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bzfquery" -version = "1.0.1" +version = "2.0.0" authors = ["The Noah "] edition = "2018" categories = ["command-line-utilities"]