From 1fea9adf8ba1d1cb900927520683ffd442c713ec Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Mon, 13 Jan 2020 17:16:42 -0600 Subject: [PATCH] Release 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8951f..d3815b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "dness" -version = "0.1.2-pre" +version = "0.2.0" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c8a5479..c4986d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dness" -version = "0.1.2-pre" +version = "0.2.0" authors = ["Nick Babcock "] description = "a dynamic dns client" homepage = "https://github.com/nickbabcock/dness"