From dea60f0d124a020948298d3d6ef18a159e0898cc Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 17 Aug 2023 14:53:02 -0400 Subject: [PATCH] Release version 0.2.1 (#33) Update version to 0.2.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 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1642e5b7..62eed0bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "ghcid-ng" -version = "0.2.0" +version = "0.2.1" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index dc6f9bb3..6df4848d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghcid-ng" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = [ "Rebecca Turner " diff --git a/flake.nix b/flake.nix index fe89e274..8b8d4ab2 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ final: prev: { ghcid-ng = final.rustPlatform.buildRustPackage { pname = "ghcid-ng"; - version = "0.2.0"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml` + version = "0.2.1"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml` cargoLock = { lockFile = ./Cargo.lock;