From dd5025b4d4fcf8f76143d578a321b08c237afd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Thu, 4 Jan 2024 19:10:51 +1300 Subject: [PATCH] 8.5.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 071702a..c3d193a 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.4.1" -date-released: 2023-08-30 +version: "8.5.0" +date-released: 2024-01-04 repository-code: https://github.com/watchexec/cargo-watch license: CC0-1.0 diff --git a/Cargo.lock b/Cargo.lock index a58f19a..ac3deb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "cargo-watch" -version = "8.4.1" +version = "8.5.0" dependencies = [ "assert_cmd", "camino", diff --git a/Cargo.toml b/Cargo.toml index 2b3a2d6..2196cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-watch" -version = "8.4.1" +version = "8.5.0" authors = ["Félix Saparelli "] license = "CC0-1.0"