From bdcbe5ca3c15d0f204869d6f99730be7b075a830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 7 Feb 2022 17:18:21 +1300 Subject: [PATCH] lib: v2.0.0-pre.10 --- 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 e075070..a369483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "watchexec" -version = "2.0.0-pre.9" +version = "2.0.0-pre.10" dependencies = [ "async-recursion", "async-stream", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7436ac9..d675736 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.9", path = "../lib" } +watchexec = { version = "2.0.0-pre.10", path = "../lib" } [dependencies.clap] version = "2.33.3" diff --git a/lib/CITATION.cff b/lib/CITATION.cff index de46109..3d1251e 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.9" -date-released: 2022-01-31 +version: "2.0.0-pre.10" +date-released: 2022-02-07 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0c8dec1..edfe3a9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "2.0.0-pre.9" +version = "2.0.0-pre.10" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"