release 0.2.0

This commit is contained in:
James Andariese 2023-11-01 22:18:25 -05:00
parent 9fb4c6cace
commit a874c0ef55
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -551,7 +551,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]] [[package]]
name = "git-remote-k8s" name = "git-remote-k8s"
version = "0.1.2-alpha.1" version = "0.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@ -3,7 +3,7 @@ name = "git-remote-k8s"
description = "a git remote helper to use PVCs as a remote" description = "a git remote helper to use PVCs as a remote"
authors = ["James Andariese"] authors = ["James Andariese"]
readme = "README.md" readme = "README.md"
version = "0.1.2-alpha.1" version = "0.2.0"
edition = "2021" edition = "2021"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
keywords = ["git", "remote", "kubernetes"] keywords = ["git", "remote", "kubernetes"]