From aa5a92a853ca841a06a1774109c2f865fb631d3f Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 4 Oct 2023 17:43:50 -0700 Subject: [PATCH] Release version 0.3.7 (#129) Update version to 0.3.7 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 d6b3e680..4e6d98b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "ghcid-ng" -version = "0.3.6" +version = "0.3.7" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 7831d0b8..3605a834 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 = "ghcid-ng" -version = "0.3.6" +version = "0.3.7" edition = "2021" authors = [ "Rebecca Turner "