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:
parent
4dfe537fa5
commit
f070c62b12
|
@ -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 <casey@rodarmor.com>_
|
||||
[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 <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>_
|
||||
- :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>_
|
||||
|
|
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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 <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# `imdl completions`
|
||||
```
|
||||
imdl-completions 0.1.3
|
||||
imdl-completions 0.1.4
|
||||
Print shell completion scripts to standard output.
|
||||
|
||||
USAGE:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# `imdl torrent create`
|
||||
```
|
||||
imdl-torrent-create 0.1.3
|
||||
imdl-torrent-create 0.1.4
|
||||
Create a `.torrent` file.
|
||||
|
||||
USAGE:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# `imdl torrent`
|
||||
```
|
||||
imdl-torrent 0.1.3
|
||||
imdl-torrent 0.1.4
|
||||
Subcommands related to the BitTorrent protocol.
|
||||
|
||||
USAGE:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# `imdl`
|
||||
```
|
||||
imdl v0.1.3
|
||||
imdl v0.1.4
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
📦 A 40' shipping container for the internet - https://github.com/casey/intermodal
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user