From a874c0ef559b41ae16098f9c0399b954015c76c7 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Wed, 1 Nov 2023 22:18:25 -0500 Subject: [PATCH] release 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38951bf..e75c9c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "git-remote-k8s" -version = "0.1.2-alpha.1" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5968c0c..62b76f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "git-remote-k8s" description = "a git remote helper to use PVCs as a remote" authors = ["James Andariese"] readme = "README.md" -version = "0.1.2-alpha.1" +version = "0.2.0" edition = "2021" license = "AGPL-3.0-only" keywords = ["git", "remote", "kubernetes"]