From 105efc16dc5cd14eed7a49af73ac5ecbfdc1f853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jun 2022 16:38:26 +0000 Subject: [PATCH] bump to version v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0863923..698cde5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "kustomize-pass" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index cac58e8..0354a9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "kustomize-pass" description = "kustomize generator and transformer plugin for pass managed secrets" documentation = "https://docs.rs/kustomize-pass" -version = "0.2.0" +version = "0.2.1" authors = ["Finn Sell "] edition = "2021" repository = "https://github.com/ftsell/kustomize-pass"