From a740501e4df44d5472ece8262ae43aedd458f388 Mon Sep 17 00:00:00 2001 From: Cody Taylor Date: Mon, 1 Jan 2024 11:00:13 -0500 Subject: [PATCH] release: Bump patch version. Fix shell completions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9338f05..92b9d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,7 +1296,7 @@ dependencies = [ [[package]] name = "tyedev" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index 4baf53a..98d59a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tyedev" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Create and manage devcontainer configuration" repository = "https://github.com/CodeMan99/tyedev"