[snowpatch] [PATCH] snowpatch 0.2.0-beta.0
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Tue Jul 24 20:45:06 AEST 2018
Tagging this beta version mostly so I can get some experience pushing it to
crates.io (the 0.1.0 release no longer compiles, sadly).
0.2.0 release is imminent!
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
Already applied, for information only
---
Cargo.lock | 2 +-
Cargo.toml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 93034408722c..8a23a67a2f62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -814,7 +814,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "snowpatch"
-version = "0.1.0"
+version = "0.2.0-beta.0"
dependencies = [
"docopt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 0304746cc4ac..3e5317cae9fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
#
# snowpatch - continuous integration for patch-based workflows
#
-# Copyright (C) 2016 IBM Corporation
+# Copyright (C) 2016-2018 IBM Corporation
# Authors:
# Russell Currey <ruscur at russell.cc>
# Andrew Donnellan <andrew.donnellan at au1.ibm.com>
@@ -16,7 +16,7 @@
[package]
name = "snowpatch"
-version = "0.1.0"
+version = "0.2.0-beta.0"
authors = ["Russell Currey <ruscur at russell.cc>",
"Andrew Donnellan <andrew.donnellan at au1.ibm.com>"]
homepage = "https://github.com/ruscur/snowpatch"
--
2.11.0
More information about the snowpatch
mailing list