From fee6dd2f5f5bc0d7c9f501933161c641b8559b1e Mon Sep 17 00:00:00 2001 From: Ben Boeckel <ben.boeckel@kitware.com> Date: Thu, 9 Mar 2017 09:25:09 -0500 Subject: [PATCH 1/2] cargo: add keywords --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5385bcd..fa007fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ Dispatch jobs described by JSON files and sort them according to their status. repository = "https://gitlab.kitware.com/utils/rust-json-job-dispatch" documentation = "https://docs.rs/json-job-dispatch/~1.0" readme = "README.md" +keywords = ["events", "task"] [dependencies] chrono = "~0.3" -- GitLab From a08e6f8bcd1727f6ae4a348acc4aeb710c36d6ba Mon Sep 17 00:00:00 2001 From: Ben Boeckel <ben.boeckel@kitware.com> Date: Thu, 9 Mar 2017 09:25:20 -0500 Subject: [PATCH 2/2] cargo: tag the 1.1 release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa007fb..452f0bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "json-job-dispatch" -version = "1.0.1" +version = "1.1.0" authors = ["Ben Boeckel <ben.boeckel@kitware.com>"] license = "MIT/Apache-2.0" description = """ Dispatch jobs described by JSON files and sort them according to their status. """ repository = "https://gitlab.kitware.com/utils/rust-json-job-dispatch" -documentation = "https://docs.rs/json-job-dispatch/~1.0" +documentation = "https://docs.rs/json-job-dispatch/~1.1" readme = "README.md" keywords = ["events", "task"] -- GitLab