diff mbox series

snowpatch 0.2.0-beta.0

Message ID 20180724104506.2893-1-andrew.donnellan@au1.ibm.com
State Accepted
Headers show
Series snowpatch 0.2.0-beta.0 | expand

Commit Message

Andrew Donnellan July 24, 2018, 10:45 a.m. UTC
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@au1.ibm.com>

---

Already applied, for information only


---
 Cargo.lock | 2 +-
 Cargo.toml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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@russell.cc>
 #     Andrew Donnellan <andrew.donnellan@au1.ibm.com>
@@ -16,7 +16,7 @@ 
 
 [package]
 name = "snowpatch"
-version = "0.1.0"
+version = "0.2.0-beta.0"
 authors = ["Russell Currey <ruscur@russell.cc>",
 	   "Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
 homepage = "https://github.com/ruscur/snowpatch"