diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c58635..228b74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ Changelog ========= -UNRELEASED - 2020-04-20 ------------------------ -- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Create FAQ - Fixes [#397](https://github.com/casey/intermodal/issues/397) - _Casey Rodarmor _ +[v0.1.6](https://github.com/casey/intermodal/releases/tag/v0.1.6) - 2020-04-20 +------------------------------------------------------------------------------ +- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.6 - _Casey Rodarmor _ +- :books: [`1cb11786724a`](https://github.com/casey/intermodal/commit/1cb11786724acef844b41e7ab3b339841f5d920e) Create FAQ - Fixes [#397](https://github.com/casey/intermodal/issues/397) - _Casey Rodarmor _ - :sparkles: [`65597c98510b`](https://github.com/casey/intermodal/commit/65597c98510b0536247c58a4cead559d3b3817be) Add `--terminal` override terminal autodetection - Fixes [#398](https://github.com/casey/intermodal/issues/398) - _Casey Rodarmor _ - :books: [`70dbe93c6ab0`](https://github.com/casey/intermodal/commit/70dbe93c6ab01408dfc42e1b75664de13de16a51) Note install script only works on Linux and MacOS - Fixes [#371](https://github.com/casey/intermodal/issues/371) - _Casey Rodarmor _ - :books: [`b67a2f1885c9`](https://github.com/casey/intermodal/commit/b67a2f1885c9445c08411457809f8893ebfa2045) Fix 404.css link - _Casey Rodarmor _ diff --git a/Cargo.lock b/Cargo.lock index 726e555..777d7a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.1.5" +version = "0.1.6" dependencies = [ "ansi_term 0.12.1", "atty", @@ -1138,12 +1138,11 @@ dependencies = [ [[package]] name = "time" -version = "0.1.42" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" dependencies = [ "libc", - "redox_syscall", "winapi 0.3.8", ] diff --git a/Cargo.toml b/Cargo.toml index 758775d..a492045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imdl" -version = "0.1.5" +version = "0.1.6" 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 aa03aa4..3fbd68b 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.5 +imdl-completions 0.1.6 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 400c7a0..b57112e 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.5 +imdl-torrent-create 0.1.6 Create a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent-link.md b/book/src/commands/imdl-torrent-link.md index bf99114..4efcf26 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.5 +imdl-torrent-link 0.1.6 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 80d6661..0cffc45 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.5 +imdl-torrent-piece-length 0.1.6 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 2c6f394..7746079 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.5 +imdl-torrent-show 0.1.6 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 35cb72b..b395943 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.5 +imdl-torrent-stats 0.1.6 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 a8de25e..db5ef8b 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.5 +imdl-torrent-verify 0.1.6 Verify files against a .torrent file. USAGE: diff --git a/book/src/commands/imdl-torrent.md b/book/src/commands/imdl-torrent.md index a22eaff..3ecf7e0 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.5 +imdl-torrent 0.1.6 Subcommands related to the BitTorrent protocol. USAGE: diff --git a/book/src/commands/imdl.md b/book/src/commands/imdl.md index 9f85fa5..16a06e9 100644 --- a/book/src/commands/imdl.md +++ b/book/src/commands/imdl.md @@ -1,6 +1,6 @@ # `imdl` ``` -imdl v0.1.5 +imdl v0.1.6 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 1fbc35f..39e5bf6 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.13. -.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.6" "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 8a97a97..1949429 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.13. -.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.6" "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 61015da..9079bd3 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.13. -.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.6" "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 2796d92..1d29cc3 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.13. -.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.6" "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 7cae614..654c62d 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.13. -.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.6" "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 f42167a..178e37a 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.13. -.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.6" "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 4d2867a..a49545c 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.13. -.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.6" "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 b258493..9a1b277 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.13. -.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.6" "Intermodal Manual" .SH NAME \fBimdl\ torrent\fR - Subcommands related to the BitTorrent protocol. diff --git a/man/imdl.1 b/man/imdl.1 index 811227e..21827ad 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.13. -.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual" +.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.6" "Intermodal Manual" .SH NAME \fBimdl\fR - A 40' shipping container for the Internet