From 56db4fba3c8258bfac496b7885d3ab203d8f6f44 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 24 Jul 2024 09:14:19 -0700 Subject: [PATCH] Release version 1.0.1 (#303) Update version to 1.0.1 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 a729359..9c1d7b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "1.0.0" +version = "1.0.1" dependencies = [ "aho-corasick", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 2540d8b..8819f61 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 = "1.0.0" +version = "1.0.1" edition = "2021" authors = [ "Rebecca Turner "