From 3903ea5d45f4f8a147017432b78391e0fe5db369 Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Fri, 11 Aug 2023 23:12:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Release=20v0.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 044f672..495ad5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,7 +911,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index ac06765..50e450f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.3.1" +version = "0.3.2" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"