From fcada753672b5342074f7f219a7ea27c3ed6c557 Mon Sep 17 00:00:00 2001 From: Rebecca Turner <rbt@sent.as> Date: Wed, 29 Nov 2023 18:41:48 -0500 Subject: [PATCH] Release version 0.5.2 (#165) Update version to 0.5.2 with [cargo-release](https://github.com/crate-ci/cargo-release). Merge this PR to build and publish a new release. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ac6a313..40d9aabb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "0.5.1" +version = "0.5.2" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index c9f8a705..4f760903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ publish = false # Don't do `cargo publish`. # Define the root package: https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package [package] name = "ghciwatch" -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = [ "Rebecca Turner <rebeccat@mercury.com>"