aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2020-01-26 09:28:42 -0600
committerDoug Goldstein <cardoe@cardoe.com>2020-01-26 09:28:42 -0600
commit04fb7acc1a97c7b2be45cbd5eefdf3632b622656 (patch)
tree81262ce4fcdd29d31a183025e7f8689c6cd212e5
parent(cargo-release) version 0.3.0 (diff)
downloadcargo-ebuild-04fb7acc1a97c7b2be45cbd5eefdf3632b622656.tar.gz
cargo-ebuild-04fb7acc1a97c7b2be45cbd5eefdf3632b622656.tar.bz2
cargo-ebuild-04fb7acc1a97c7b2be45cbd5eefdf3632b622656.zip
(cargo-release) start next development iteration 0.3.1-alpha.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d0ead0e..92215ff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -29,7 +29,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cargo-ebuild"
-version = "0.3.0"
+version = "0.3.1-alpha.0"
dependencies = [
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a00bf42..2cc240c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-ebuild"
-version = "0.3.0"
+version = "0.3.1-alpha.0"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"