From f8f3843d6263010c49c6159968c03c31d29cb818 Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Thu, 26 Sep 2019 22:34:40 -0400 Subject: [PATCH] Publish v0.5.2 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddf3fa..9bbdbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## UNRELEASED + +## v0.5.2 (2019-09-26) + ### Added * Add support for type=number in option flags for numerical validation [#35](https://github.com/jakedeichert/mask/pull/35) diff --git a/Cargo.lock b/Cargo.lock index bc7df3c..c94d15b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.5.1" +version = "0.5.2" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index deec9f6..3d2eb38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.5.1" +version = "0.5.2" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"