From f070c62b12f55909c62d461095605f096715b475 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 10 Apr 2020 15:29:41 -0700 Subject: [PATCH] Release v0.1.4 - Bump version: 0.1.3 - Update dependencies - Update generated documentation type: release pr: https://github.com/casey/intermodal/pull/354 --- CHANGELOG.md | 7 ++++--- Cargo.lock | 10 +++++----- 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, 28 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56139dc..722dc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ Changelog ========= -UNRELEASED - 2020-04-10 ------------------------ -- :bug: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Prevent progress bar from overflowing ([#353](https://github.com/casey/intermodal/pull/353)) - _Casey Rodarmor _ +[v0.1.4](https://github.com/casey/intermodal/releases/tag/v0.1.4) - 2020-04-10 +------------------------------------------------------------------------------ +- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.4 ([#354](https://github.com/casey/intermodal/pull/354)) - _Casey Rodarmor _ +- :bug: [`4dfe537fa515`](https://github.com/casey/intermodal/commit/4dfe537fa515186a6fc65485c6bea16ccd611231) Prevent progress bar from overflowing ([#353](https://github.com/casey/intermodal/pull/353)) - _Casey Rodarmor _ - :package: [`a67eb72848c9`](https://github.com/casey/intermodal/commit/a67eb72848c9f30513fde2849e1f07a332931e6c) Improve install.sh and documentation ([#352](https://github.com/casey/intermodal/pull/352)) - _Casey Rodarmor _ - :art: [`e54bdeb95d93`](https://github.com/casey/intermodal/commit/e54bdeb95d932bd5f81870f34999de37b615a69d) Remove use of unreachable in favor of internal errors ([#351](https://github.com/casey/intermodal/pull/351)) - Fixes [#188](https://github.com/casey/intermodal/issues/188) - _Casey Rodarmor _ - :books: [`52b78b90f675`](https://github.com/casey/intermodal/commit/52b78b90f6751a72a64074619fbf19df2988ac14) Improve badges ([#350](https://github.com/casey/intermodal/pull/350)) - _Casey Rodarmor _ diff --git a/Cargo.lock b/Cargo.lock index 64ed542..e4a3377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,9 +326,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef222034f2069cfc5af01ce423574d3d9a3925bd4052912a14e5bcfd7ca9e47a" +checksum = "2cfb93ca10f2934069c3aaafb753fbe0663f08ee009a01b6d62e062391447b15" dependencies = [ "bitflags", "libc", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.1.3" +version = "0.1.4" dependencies = [ "ansi_term 0.12.1", "atty", @@ -479,9 +479,9 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" [[package]] name = "libgit2-sys" -version = "0.12.2+1.0.0" +version = "0.12.3+1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12c878ccc1a49ff71e264233a66d2114cdcc7fdc44c0ebe2b54075240831238" +checksum = "7637dc15e7f05a16011723e0448655081fc01a374bcd368e2c9b9c7f5c5ab3ea" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7daaa90..524534a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imdl" -version = "0.1.3" +version = "0.1.4" 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 5eb2bab..94fedec 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.3 +imdl-completions 0.1.4 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 f0c307b..98b63f6 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.3 +imdl-torrent-create 0.1.4 Create a `.torrent` file. USAGE: diff --git a/book/src/commands/imdl-torrent-link.md b/book/src/commands/imdl-torrent-link.md index 039de22..32cdcf2 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.3 +imdl-torrent-link 0.1.4 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 6489828..1e3dfca 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.3 +imdl-torrent-piece-length 0.1.4 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 37c11f4..7409aad 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.3 +imdl-torrent-show 0.1.4 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 9a4e725..934d016 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.3 +imdl-torrent-stats 0.1.4 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 80626fd..996bc48 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.3 +imdl-torrent-verify 0.1.4 Verify files against a `.torrent` file. USAGE: diff --git a/book/src/commands/imdl-torrent.md b/book/src/commands/imdl-torrent.md index 591d3a3..76daa5f 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.3 +imdl-torrent 0.1.4 Subcommands related to the BitTorrent protocol. USAGE: diff --git a/book/src/commands/imdl.md b/book/src/commands/imdl.md index 62ccf52..e053e0a 100644 --- a/book/src/commands/imdl.md +++ b/book/src/commands/imdl.md @@ -1,6 +1,6 @@ # `imdl` ``` -imdl v0.1.3 +imdl v0.1.4 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 cadc670..269dbbb 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.3" "Intermodal Manual" +.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.4" "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 f6725c5..0cb284f 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.4" "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 0c33945..409b1a9 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.4" "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 642bafc..279f3b8 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.4" "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 1ccdb61..11f73d6 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.4" "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 dd4153c..94ed9f2 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.4" "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 14a9234..40d091b 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.3" "Intermodal Manual" +.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.4" "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 c3f7277..37b6aa3 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.3" "Intermodal Manual" +.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" .SH NAME \fBimdl\ torrent\fR - Subcommands related to the BitTorrent protocol. diff --git a/man/imdl.1 b/man/imdl.1 index f7d0603..bf90a5e 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.3" "Intermodal Manual" +.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual" .SH NAME \fBimdl\fR - A 40' shipping container for the Internet