From 98348be8b54dd4c1bbd78c73b7aa209a4e351a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 4 Apr 2022 11:47:36 +1200 Subject: [PATCH] lib: v2.0.0-pre.14 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- lib/CITATION.cff | 4 ++-- lib/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9002b4..81648db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2590,7 +2590,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchexec" -version = "2.0.0-pre.13" +version = "2.0.0-pre.14" dependencies = [ "async-recursion 1.0.0", "async-stream", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0eb8072..1b5e183 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.17" miette = { version = "3.2.0", features = ["fancy"] } notify-rust = "4.5.2" tracing = "0.1.26" -watchexec = { version = "=2.0.0-pre.13", path = "../lib" } +watchexec = { version = "=2.0.0-pre.14", path = "../lib" } [dependencies.clap] version = "2.33.3" diff --git a/lib/CITATION.cff b/lib/CITATION.cff index d8f1e88..9fc47ec 100644 --- a/lib/CITATION.cff +++ b/lib/CITATION.cff @@ -6,8 +6,8 @@ message: | The command-line tool has its own CITATION.cff file. title: Watchexec (library) -version: "2.0.0-pre.13" -date-released: 2022-03-18 +version: "2.0.0-pre.14" +date-released: 2022-04-03 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0f4dee3..bc7837a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.13" +version = "2.0.0-pre.14" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"