diff mbox series

snowpatch 0.2.0-beta.1

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

Commit Message

Andrew Donnellan July 24, 2018, 10:52 a.m. UTC
Because of course we'd screw this up. Apparently the keywords metadata
field we had was invalid. Remove "continuous integration" to fix this.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

---

Already applied, for information only


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

Patch

diff --git a/Cargo.lock b/Cargo.lock
index 8a23a67a2f62..80c76c41c868 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.2.0-beta.0"
+version = "0.2.0-beta.1"
 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 3e5317cae9fb..61f4d50f8f2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ 
 
 [package]
 name = "snowpatch"
-version = "0.2.0-beta.0"
+version = "0.2.0-beta.1"
 authors = ["Russell Currey <ruscur@russell.cc>",
 	   "Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
 homepage = "https://github.com/ruscur/snowpatch"
@@ -25,8 +25,7 @@  documentation = "https://github.com/ruscur/snowpatch/tree/master/docs"
 description = "continuous integration for patch-based workflows"
 readme = "README.md"
 license = "GPL-2.0+"
-keywords = ["CI", "continuous integration", "patch", "patchwork", "jenkins",
-	    "git"]
+keywords = ["CI", "patch", "patchwork", "jenkins", "git"]
 
 [dependencies]
 reqwest = "0.8"
@@ -39,4 +38,4 @@  toml = "0.4"
 tempdir = "0.3"
 docopt = "1.0"
 log = "0.4"
-env_logger = "0.5"
\ No newline at end of file
+env_logger = "0.5"