From 2bd3532113cd514f53c3e9817a3bee1b1bba1db6 Mon Sep 17 00:00:00 2001 From: Michael Diamond Date: Sat, 28 Sep 2024 02:14:49 -0700 Subject: [PATCH] Cut version 0.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccfa7ab..9ef012e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "bkt" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 683f8e8..74b8643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bkt" # When updating the version number tag the commit in git # https://rust-lang.github.io/api-guidelines/documentation.html#release-notes-document-all-significant-changes-c-relnotes -version = "0.8.1" +version = "0.8.2" authors = ["Michael Diamond "] description = "CLI and Rust library for caching subprocess invocations" repository = "https://github.com/dimo414/bkt"