From 707fdea21d61b776640950fc84228a2271da02e5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 11 Apr 2020 04:26:32 -0700 Subject: [PATCH] Release v0.1.5 - Bump version: 0.1.4 -> 0.1.5 - Update changelog - Update man page - Update book type: release pr: https://github.com/casey/intermodal/pull/366 --- CHANGELOG.md | 7 ++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- book/src/commands/imdl-completions.md | 2 +- book/src/commands/imdl-torrent-create.md | 2 +- book/src/commands/imdl-torrent-link.md | 2 +- book/src/commands/imdl-torrent-piece-length.md | 2 +- book/src/commands/imdl-torrent-show.md | 2 +- book/src/commands/imdl-torrent-stats.md | 2 +- book/src/commands/imdl-torrent-verify.md | 2 +- book/src/commands/imdl-torrent.md | 2 +- book/src/commands/imdl.md | 2 +- man/imdl-completions.1 | 2 +- man/imdl-torrent-create.1 | 2 +- man/imdl-torrent-link.1 | 2 +- man/imdl-torrent-piece-length.1 | 2 +- man/imdl-torrent-show.1 | 2 +- man/imdl-torrent-stats.1 | 2 +- man/imdl-torrent-verify.1 | 2 +- man/imdl-torrent.1 | 2 +- man/imdl.1 | 2 +- 21 files changed, 24 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b482a5b..56fc2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ Changelog ========= -UNRELEASED - 2020-04-11 ------------------------ -- :bug: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Fix Z Shell completions ([#365](https://github.com/casey/intermodal/pull/365)) - _Casey Rodarmor _ +[v0.1.5](https://github.com/casey/intermodal/releases/tag/v0.1.5) - 2020-04-11 +------------------------------------------------------------------------------ +- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.5 ([#366](https://github.com/casey/intermodal/pull/366)) - _Casey Rodarmor _ +- :bug: [`727d5c102840`](https://github.com/casey/intermodal/commit/727d5c102840de552822afb82de7475a5183d1f5) Fix Z Shell completions ([#365](https://github.com/casey/intermodal/pull/365)) - _Casey Rodarmor _ - :books: [`f05807290b31`](https://github.com/casey/intermodal/commit/f05807290b314cd68e8679a9aba92e5cd3c5403d) Render command help text in book to avoid wrapping ([#364](https://github.com/casey/intermodal/pull/364)) - _Casey Rodarmor _ - :books: [`ed34ff48a740`](https://github.com/casey/intermodal/commit/ed34ff48a7406adb8b4cdb523b5dc1bf9435e1bc) Add `fuchsi/maketorrent` to prior art table ([#362](https://github.com/casey/intermodal/pull/362)) - _Casey Rodarmor _ - :books: [`a3f46187229f`](https://github.com/casey/intermodal/commit/a3f46187229f499e7a13ec5ce656408ba95d1dcc) Rename distributing large datasets ([#361](https://github.com/casey/intermodal/pull/361)) - _Casey Rodarmor _ diff --git a/Cargo.lock b/Cargo.lock index e4a3377..4e8f810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index 524534a..508b1f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imdl" -version = "0.1.4" +version = "0.1.5" description = "📦 A 40' shipping container for the internet" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/book/src/commands/imdl-completions.md b/book/src/commands/imdl-completions.md index ba33fd4..dc531da 100644 --- a/book/src/commands/imdl-completions.md +++ b/book/src/commands/imdl-completions.md @@ -1,6 +1,6 @@ # `imdl completions` ``` -imdl-completions 0.1.4 +imdl-completions 0.1.5 Print shell completion scripts to standard output. USAGE: diff --git a/book/src/commands/imdl-torrent-create.md b/book/src/commands/imdl-torrent-create.md index 778fa6d..400c7a0 100644 --- a/book/src/commands/imdl-torrent-create.md +++ b/book/src/commands/imdl-torrent-create.md @@ -1,6 +1,6 @@ # `imdl torrent create` ``` -imdl-torrent-create 0.1.4 +imdl-torrent-create 0.1.5 Create a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent-link.md b/book/src/commands/imdl-torrent-link.md index f8d04e3..81680e7 100644 --- a/book/src/commands/imdl-torrent-link.md +++ b/book/src/commands/imdl-torrent-link.md @@ -1,6 +1,6 @@ # `imdl torrent link` ``` -imdl-torrent-link 0.1.4 +imdl-torrent-link 0.1.5 Generate a magnet link from a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent-piece-length.md b/book/src/commands/imdl-torrent-piece-length.md index 1e3dfca..37a7295 100644 --- a/book/src/commands/imdl-torrent-piece-length.md +++ b/book/src/commands/imdl-torrent-piece-length.md @@ -1,6 +1,6 @@ # `imdl torrent piece length` ``` -imdl-torrent-piece-length 0.1.4 +imdl-torrent-piece-length 0.1.5 Display information about automatic piece length selection. USAGE: diff --git a/book/src/commands/imdl-torrent-show.md b/book/src/commands/imdl-torrent-show.md index f4b04c5..2c6f394 100644 --- a/book/src/commands/imdl-torrent-show.md +++ b/book/src/commands/imdl-torrent-show.md @@ -1,6 +1,6 @@ # `imdl torrent show` ``` -imdl-torrent-show 0.1.4 +imdl-torrent-show 0.1.5 Display information about a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent-stats.md b/book/src/commands/imdl-torrent-stats.md index 1a53643..35cb72b 100644 --- a/book/src/commands/imdl-torrent-stats.md +++ b/book/src/commands/imdl-torrent-stats.md @@ -1,6 +1,6 @@ # `imdl torrent stats` ``` -imdl-torrent-stats 0.1.4 +imdl-torrent-stats 0.1.5 Show statistics about a collection of .torrent files. USAGE: diff --git a/book/src/commands/imdl-torrent-verify.md b/book/src/commands/imdl-torrent-verify.md index 4fdc3af..a8de25e 100644 --- a/book/src/commands/imdl-torrent-verify.md +++ b/book/src/commands/imdl-torrent-verify.md @@ -1,6 +1,6 @@ # `imdl torrent verify` ``` -imdl-torrent-verify 0.1.4 +imdl-torrent-verify 0.1.5 Verify files against a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent.md b/book/src/commands/imdl-torrent.md index 8cd03cb..a22eaff 100644 --- a/book/src/commands/imdl-torrent.md +++ b/book/src/commands/imdl-torrent.md @@ -1,6 +1,6 @@ # `imdl torrent` ``` -imdl-torrent 0.1.4 +imdl-torrent 0.1.5 Subcommands related to the BitTorrent protocol. USAGE: diff --git a/book/src/commands/imdl.md b/book/src/commands/imdl.md index 25713dd..25bf502 100644 --- a/book/src/commands/imdl.md +++ b/book/src/commands/imdl.md @@ -1,6 +1,6 @@ # `imdl` ``` -imdl v0.1.4 +imdl v0.1.5 Casey Rodarmor 📦 A 40' shipping container for the internet - https://github.com/casey/intermodal diff --git a/man/imdl-completions.1 b/man/imdl-completions.1 index 269dbbb..6e99b81 100644 --- a/man/imdl-completions.1 +++ b/man/imdl-completions.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ completions\fR - Print shell completion scripts to standard output. diff --git a/man/imdl-torrent-create.1 b/man/imdl-torrent-create.1 index 6bf1030..ba854cd 100644 --- a/man/imdl-torrent-create.1 +++ b/man/imdl-torrent-create.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ create\fR - Create a .torrent file. diff --git a/man/imdl-torrent-link.1 b/man/imdl-torrent-link.1 index 88f7f99..f91d81a 100644 --- a/man/imdl-torrent-link.1 +++ b/man/imdl-torrent-link.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ link\fR - Generate a magnet link from a .torrent file. diff --git a/man/imdl-torrent-piece-length.1 b/man/imdl-torrent-piece-length.1 index 279f3b8..aadfe9a 100644 --- a/man/imdl-torrent-piece-length.1 +++ b/man/imdl-torrent-piece-length.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ piece-length\fR - Display information about automatic piece length selection. diff --git a/man/imdl-torrent-show.1 b/man/imdl-torrent-show.1 index f7b0176..aac4f34 100644 --- a/man/imdl-torrent-show.1 +++ b/man/imdl-torrent-show.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ show\fR - Display information about a .torrent file. diff --git a/man/imdl-torrent-stats.1 b/man/imdl-torrent-stats.1 index e1c0c29..1605491 100644 --- a/man/imdl-torrent-stats.1 +++ b/man/imdl-torrent-stats.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ stats\fR - Show statistics about a collection of .torrent files. diff --git a/man/imdl-torrent-verify.1 b/man/imdl-torrent-verify.1 index 784d437..0999262 100644 --- a/man/imdl-torrent-verify.1 +++ b/man/imdl-torrent-verify.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ verify\fR - Verify files against a .torrent file. diff --git a/man/imdl-torrent.1 b/man/imdl-torrent.1 index 5aafd6d..672f98b 100644 --- a/man/imdl-torrent.1 +++ b/man/imdl-torrent.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\ torrent\fR - Subcommands related to the BitTorrent protocol. diff --git a/man/imdl.1 b/man/imdl.1 index bf90a5e..fe1d767 100644 --- a/man/imdl.1 +++ b/man/imdl.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" +.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" .SH NAME \fBimdl\fR - A 40' shipping container for the Internet