From 6060da580451a45c7cfe0e719fe4f0949561495c Mon Sep 17 00:00:00 2001 From: Brandon Kalinowski Date: Sat, 18 Jul 2020 23:09:45 +0000 Subject: [PATCH] release: v0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 565afd8..04fa449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "inkjet" -version = "0.9.0" +version = "0.10.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 b161aa4..69f7588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inkjet" -version = "0.9.0" +version = "0.10.0" description = "Make your markdown executable with inkjet, the interactive CLI task runner" authors = ["Brandon Kalinowski "] repository = "https://github.com/brandonkal/inkjet"