From c9a0170c65557d16ae30a19f9730b0771ca2ba22 Mon Sep 17 00:00:00 2001 From: toshi0383 Date: Fri, 16 Feb 2018 23:53:57 +0900 Subject: [PATCH] version 0.9.5 --- CHANGELOG.md | 2 +- Sources/cmdshelf/main.swift | 2 +- doc/man/man1/cmdshelf-blob.1 | 2 +- doc/man/man1/cmdshelf-cat.1 | 2 +- doc/man/man1/cmdshelf-list.1 | 2 +- doc/man/man1/cmdshelf-remote.1 | 2 +- doc/man/man1/cmdshelf-run.1 | 2 +- doc/man/man1/cmdshelf-update.1 | 2 +- doc/man/man1/cmdshelf.1 | 2 +- tests/main.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9adcbf..01d5176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## master +## 0.9.5 ##### Enhancement * short names for subcommands [#68](https://github.com/toshi384/cmdshelf/pull/68) [Toshihiro Suzuki](https://github.com/toshi0383) diff --git a/Sources/cmdshelf/main.swift b/Sources/cmdshelf/main.swift index fb8c07b..31ca2f9 100644 --- a/Sources/cmdshelf/main.swift +++ b/Sources/cmdshelf/main.swift @@ -1,7 +1,7 @@ import Foundation import Reporter -let version = "0.9.4" +let version = "0.9.5" // // - MARK: Setup diff --git a/doc/man/man1/cmdshelf-blob.1 b/doc/man/man1/cmdshelf-blob.1 index 52008dd..c138060 100644 --- a/doc/man/man1/cmdshelf-blob.1 +++ b/doc/man/man1/cmdshelf-blob.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-blob - Manage blobs .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf-cat.1 b/doc/man/man1/cmdshelf-cat.1 index 10a5645..ff32d15 100644 --- a/doc/man/man1/cmdshelf-cat.1 +++ b/doc/man/man1/cmdshelf-cat.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-cat - Concatenate and print command(s). .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf-list.1 b/doc/man/man1/cmdshelf-list.1 index 5678693..78c2411 100644 --- a/doc/man/man1/cmdshelf-list.1 +++ b/doc/man/man1/cmdshelf-list.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-list - Show all registered commands. .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf-remote.1 b/doc/man/man1/cmdshelf-remote.1 index d1238c2..7530211 100644 --- a/doc/man/man1/cmdshelf-remote.1 +++ b/doc/man/man1/cmdshelf-remote.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-remote - Manage set of tracked repositories .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf-run.1 b/doc/man/man1/cmdshelf-run.1 index 40dae01..0935730 100644 --- a/doc/man/man1/cmdshelf-run.1 +++ b/doc/man/man1/cmdshelf-run.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-run - Execute command .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf-update.1 b/doc/man/man1/cmdshelf-update.1 index 1b43644..cbf6881 100644 --- a/doc/man/man1/cmdshelf-update.1 +++ b/doc/man/man1/cmdshelf-update.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" cmdshelf-update - Update cloned local repositories. .SH "SYNOPSIS" diff --git a/doc/man/man1/cmdshelf.1 b/doc/man/man1/cmdshelf.1 index a79f380..9503aff 100644 --- a/doc/man/man1/cmdshelf.1 +++ b/doc/man/man1/cmdshelf.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.4" "Cmdshelf Manual" +.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.5" "Cmdshelf Manual" .SH "NAME" \fBcmdshelf\fR - Manage your scripts like a bookshelf. .SH "SYNOPSIS" diff --git a/tests/main.sh b/tests/main.sh index 6b6bbbe..01583ce 100755 --- a/tests/main.sh +++ b/tests/main.sh @@ -190,7 +190,7 @@ before_each VERSION=$($CMDSHELF --version) exit_status=$? -if [ "${VERSION}" != "0.9.4" ];then +if [ "${VERSION}" != "0.9.5" ];then echo \-\-version printed invalid value: $VERSION echo 011 FAILED STATUS=1