From 8051063747b38fc2624a2f3991c13de78ce004b4 Mon Sep 17 00:00:00 2001 From: Brandon Kalinowski Date: Wed, 20 May 2020 18:46:09 +0000 Subject: [PATCH] v0.9.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cea4b92..565afd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "inkjet" -version = "0.8.1" +version = "0.9.0" dependencies = [ "assert_cmd 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1209232..b161aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inkjet" -version = "0.8.1" +version = "0.9.0" description = "Make your markdown executable with inkjet, the interactive CLI task runner" authors = ["Brandon Kalinowski "] repository = "https://github.com/brandonkal/inkjet"