From 86f5e5ed0fd6a828d463f0121e51955499615a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Thu, 12 Jan 2023 03:18:39 +1300 Subject: [PATCH] 8.3.0 --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 2f8efeb..41acfb9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: | If you use this software, please cite it using these metadata. title: "Cargo Watch: a project-watching companion tool for Cargo" -version: "8.2.2" -date-released: 2023-01-11 +version: "8.3.0" +date-released: 2023-01-12 repository-code: https://github.com/watchexec/cargo-watch license: CC0-1.0 diff --git a/Cargo.lock b/Cargo.lock index ecec7b0..f0c5d7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "cargo-watch" -version = "8.2.2" +version = "8.3.0" dependencies = [ "assert_cmd", "camino", diff --git a/Cargo.toml b/Cargo.toml index 5d34050..36eb50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-watch" -version = "8.2.2" +version = "8.3.0" authors = ["Félix Saparelli "] license = "CC0-1.0"