From c77b5dd897c178aacb04b174673cccc7ecd39328 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sat, 23 Nov 2019 22:20:43 +0000 Subject: [PATCH] (cargo-release) version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eed5ea6..3a77a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git-workspace" -version = "0.2.3-alpha.0" +version = "0.3.0" dependencies = [ "atomic-counter 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 85f8865..fd50cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-workspace" -version = "0.2.3-alpha.0" +version = "0.3.0" readme = "README.md" repository = "https://github.com/orf/git-workspace" authors = ["Tom Forbes "]