From 4616f3c696c828f54a75dcc5119be8803a0d53a4 Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Wed, 17 Jul 2019 21:32:36 -0400 Subject: [PATCH] Publish v0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281b718..a97b96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.2.1] - 2019-07-17 + +### Added + +* bash, zsh, and fish executors + + ## [0.2.0] - 2019-07-16 Initial release 🎉 diff --git a/Cargo.lock b/Cargo.lock index dbb320a..231de72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mask" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "pulldown-cmark 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5f9a1e7..42b26a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.2.0" +version = "0.2.1" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"