From 05f68cf072d75ca6f6ed63ddd579c3a5dab15f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jun 2022 21:47:11 +0000 Subject: [PATCH] bump to version v0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1465112..84f8d54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "kustomize-pass" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 16e05c2..e08f3d8 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.5.0" +version = "0.5.1" authors = ["Finn Sell "] edition = "2021" repository = "https://github.com/ftsell/kustomize-pass"