Release v0.1.4

- Bump version: 0.1.3
- Update dependencies
- Update generated documentation

type: release
pr: https://github.com/casey/intermodal/pull/354
This commit is contained in:
Casey Rodarmor 2020-04-10 15:29:41 -07:00
parent 4dfe537fa5
commit f070c62b12
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
21 changed files with 28 additions and 27 deletions

View File

@ -2,9 +2,10 @@ Changelog
========= =========
UNRELEASED - 2020-04-10 [v0.1.4](https://github.com/casey/intermodal/releases/tag/v0.1.4) - 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 <casey@rodarmor.com>_ - :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.4 ([#354](https://github.com/casey/intermodal/pull/354)) - _Casey Rodarmor <casey@rodarmor.com>_
- :bug: [`4dfe537fa515`](https://github.com/casey/intermodal/commit/4dfe537fa515186a6fc65485c6bea16ccd611231) Prevent progress bar from overflowing ([#353](https://github.com/casey/intermodal/pull/353)) - _Casey Rodarmor <casey@rodarmor.com>_
- :package: [`a67eb72848c9`](https://github.com/casey/intermodal/commit/a67eb72848c9f30513fde2849e1f07a332931e6c) Improve install.sh and documentation ([#352](https://github.com/casey/intermodal/pull/352)) - _Casey Rodarmor <casey@rodarmor.com>_ - :package: [`a67eb72848c9`](https://github.com/casey/intermodal/commit/a67eb72848c9f30513fde2849e1f07a332931e6c) Improve install.sh and documentation ([#352](https://github.com/casey/intermodal/pull/352)) - _Casey Rodarmor <casey@rodarmor.com>_
- :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 <casey@rodarmor.com>_ - :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 <casey@rodarmor.com>_
- :books: [`52b78b90f675`](https://github.com/casey/intermodal/commit/52b78b90f6751a72a64074619fbf19df2988ac14) Improve badges ([#350](https://github.com/casey/intermodal/pull/350)) - _Casey Rodarmor <casey@rodarmor.com>_ - :books: [`52b78b90f675`](https://github.com/casey/intermodal/commit/52b78b90f6751a72a64074619fbf19df2988ac14) Improve badges ([#350](https://github.com/casey/intermodal/pull/350)) - _Casey Rodarmor <casey@rodarmor.com>_

10
Cargo.lock generated
View File

@ -326,9 +326,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.13.1" version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef222034f2069cfc5af01ce423574d3d9a3925bd4052912a14e5bcfd7ca9e47a" checksum = "2cfb93ca10f2934069c3aaafb753fbe0663f08ee009a01b6d62e062391447b15"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",
@ -398,7 +398,7 @@ dependencies = [
[[package]] [[package]]
name = "imdl" name = "imdl"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"atty", "atty",
@ -479,9 +479,9 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
[[package]] [[package]]
name = "libgit2-sys" 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" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12c878ccc1a49ff71e264233a66d2114cdcc7fdc44c0ebe2b54075240831238" checksum = "7637dc15e7f05a16011723e0448655081fc01a374bcd368e2c9b9c7f5c5ab3ea"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imdl" name = "imdl"
version = "0.1.3" version = "0.1.4"
description = "📦 A 40' shipping container for the internet" description = "📦 A 40' shipping container for the internet"
authors = ["Casey Rodarmor <casey@rodarmor.com>"] authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0" license = "CC0-1.0"

View File

@ -1,6 +1,6 @@
# `imdl completions` # `imdl completions`
``` ```
imdl-completions 0.1.3 imdl-completions 0.1.4
Print shell completion scripts to standard output. Print shell completion scripts to standard output.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent create` # `imdl torrent create`
``` ```
imdl-torrent-create 0.1.3 imdl-torrent-create 0.1.4
Create a `.torrent` file. Create a `.torrent` file.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent link` # `imdl torrent link`
``` ```
imdl-torrent-link 0.1.3 imdl-torrent-link 0.1.4
Generate a magnet link from a `.torrent` file. Generate a magnet link from a `.torrent` file.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent piece length` # `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. Display information about automatic piece length selection.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent show` # `imdl torrent show`
``` ```
imdl-torrent-show 0.1.3 imdl-torrent-show 0.1.4
Display information about a `.torrent` file. Display information about a `.torrent` file.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent stats` # `imdl torrent stats`
``` ```
imdl-torrent-stats 0.1.3 imdl-torrent-stats 0.1.4
Show statistics about a collection of `.torrent` files. Show statistics about a collection of `.torrent` files.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent verify` # `imdl torrent verify`
``` ```
imdl-torrent-verify 0.1.3 imdl-torrent-verify 0.1.4
Verify files against a `.torrent` file. Verify files against a `.torrent` file.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl torrent` # `imdl torrent`
``` ```
imdl-torrent 0.1.3 imdl-torrent 0.1.4
Subcommands related to the BitTorrent protocol. Subcommands related to the BitTorrent protocol.
USAGE: USAGE:

View File

@ -1,6 +1,6 @@
# `imdl` # `imdl`
``` ```
imdl v0.1.3 imdl v0.1.4
Casey Rodarmor <casey@rodarmor.com> Casey Rodarmor <casey@rodarmor.com>
📦 A 40' shipping container for the internet - https://github.com/casey/intermodal 📦 A 40' shipping container for the internet - https://github.com/casey/intermodal

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ completions\fR \fBimdl\ completions\fR
- Print shell completion scripts to standard output. - Print shell completion scripts to standard output.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ create\fR \fBimdl\ torrent\ create\fR
- Create a `.torrent` file. - Create a `.torrent` file.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ link\fR \fBimdl\ torrent\ link\fR
- Generate a magnet link from a `.torrent` file. - Generate a magnet link from a `.torrent` file.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ piece-length\fR \fBimdl\ torrent\ piece-length\fR
- Display information about automatic piece length selection. - Display information about automatic piece length selection.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ show\fR \fBimdl\ torrent\ show\fR
- Display information about a `.torrent` file. - Display information about a `.torrent` file.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ stats\fR \fBimdl\ torrent\ stats\fR
- Show statistics about a collection of `.torrent` files. - Show statistics about a collection of `.torrent` files.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\ verify\fR \fBimdl\ torrent\ verify\fR
- Verify files against a `.torrent` file. - Verify files against a `.torrent` file.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\ torrent\fR \fBimdl\ torrent\fR
- Subcommands related to the BitTorrent protocol. - Subcommands related to the BitTorrent protocol.

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .\" 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 .SH NAME
\fBimdl\fR \fBimdl\fR
- A 40' shipping container for the Internet - A 40' shipping container for the Internet