From 142c554aa34097319e79db5ca96d637be1330bcc Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sat, 8 Apr 2023 23:54:38 +0200 Subject: [PATCH] v0.5.0 - Broken Windows * Man-pages are now generated by clap_mangen * The binary release package will now contain a `bin/` and a `man/` folder, as well as the README.md * This release will not include a binary package for windows The reason for this is that the CI for Windows no longer seem to work, and I don't have any good way to verify them, so I'll leave that for later. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18776ce..26dbb26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "git-mob" -version = "0.4.2" +version = "0.5.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 2aebeae..332ef5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mob" -version = "0.4.2" +version = "0.5.0" authors = [ "Martin Frost " ] edition = "2018" description = "A CLI tool for social coding."