From 8952815630d98a1ec399462a8d2c0e77c39e9266 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:30:44 -0600 Subject: [PATCH] chore: Release pitchfork-cli version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a40dc3d..7f68f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,7 +1241,7 @@ checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pitchfork-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0484f9e..4bb4ab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pitchfork-cli" description = "Daemons with DX" license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" homepage = "https://pitchfork.jdx.dev" repository = "https://github.com/jdx/pitchfork"