From 2881e32c0ce5ad81f5650953db20acd4925b829d Mon Sep 17 00:00:00 2001 From: Meir Kriheli Date: Tue, 15 Aug 2023 17:34:23 +0300 Subject: [PATCH] chore: Release rusmux version 0.3.9 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5579c7..c695f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file. - Updated clap - Bumped cargo-dist to 0.0.7 - Release rusmux version 0.3.8 +- Release rusmux version 0.3.8 ## [0.3.7] - 2023-04-23 diff --git a/Cargo.lock b/Cargo.lock index 3106849..ec20d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "rusmux" -version = "0.3.8" +version = "0.3.9" dependencies = [ "clap", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 3089cd6..f9bdd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusmux" -version = "0.3.8" +version = "0.3.9" description = "Automate tmux sessions configuration" authors = ["Meir Kriheli "] edition = "2021"