From 593c90e724931d07ccc8f20e6bdaaa1dd884806e Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Wed, 15 Dec 2021 16:50:27 -0500 Subject: [PATCH] chore: release v0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df9be67..22c0639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "gh-stack" -version = "0.3.0-beta-2" +version = "0.3.0" authors = ["Timothy Andrew , Luis Ball "] license = "MIT" repository = "https://github.com/luqven/gh-stack" readme = "README.md" -edition = "2018" +edition = "2021" description = "Manage stacked PR workflows on Github" keywords = ["github", "code-review", "stacked-pr"] categories = ["command-line-utilities"]