From 4b58f9ec1cf193c22a60ab4c10b3e6cfe4b47d8e Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 5 Oct 2023 13:02:14 -0700 Subject: [PATCH] Release version 0.3.8 (#134) Update version to 0.3.8 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50bd644b..423afcc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "0.3.7" +version = "0.3.8" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index b8d184be..9b8efecd 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.3.7" +version = "0.3.8" edition = "2021" authors = [ "Rebecca Turner "