From 2ff6f4833c6e0d9f77270de59d86b1023de49f9b Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 15 Apr 2024 13:06:34 -0700 Subject: [PATCH] Release version 0.5.9 (#221) Update version to 0.5.9 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 50852a7a..ff579971 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "0.5.8" +version = "0.5.9" dependencies = [ "aho-corasick", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 884aa876..cf711406 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.8" +version = "0.5.9" edition = "2021" authors = [ "Rebecca Turner "