Skip to content

Commit 85246d8

Browse files
committed
Release v0.1.6
- Bump version: 0.1.5 → 0.1.6 - Update dependencies - Regenerate documentation type: release
1 parent 1cb1178 commit 85246d8

21 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Changelog
22
=========
33

44

5-
UNRELEASED - 2020-04-20
6-
-----------------------
7-
- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Create FAQ - Fixes [#397](https://github.com/casey/intermodal/issues/397) - _Casey Rodarmor <casey@rodarmor.com>_
5+
[v0.1.6](https://github.com/casey/intermodal/releases/tag/v0.1.6) - 2020-04-20
6+
------------------------------------------------------------------------------
7+
- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.6 - _Casey Rodarmor <casey@rodarmor.com>_
8+
- :books: [`1cb11786724a`](https://github.com/casey/intermodal/commit/1cb11786724acef844b41e7ab3b339841f5d920e) Create FAQ - Fixes [#397](https://github.com/casey/intermodal/issues/397) - _Casey Rodarmor <casey@rodarmor.com>_
89
- :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 <casey@rodarmor.com>_
910
- :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 <casey@rodarmor.com>_
1011
- :books: [`b67a2f1885c9`](https://github.com/casey/intermodal/commit/b67a2f1885c9445c08411457809f8893ebfa2045) Fix 404.css link - _Casey Rodarmor <casey@rodarmor.com>_

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imdl"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "📦 A 40' shipping container for the internet"
55
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
66
license = "CC0-1.0"

book/src/commands/imdl-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl completions`
22
```
3-
imdl-completions 0.1.5
3+
imdl-completions 0.1.6
44
Print shell completion scripts to standard output.
55
66
USAGE:

book/src/commands/imdl-torrent-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent create`
22
```
3-
imdl-torrent-create 0.1.5
3+
imdl-torrent-create 0.1.6
44
Create a .torrent file.
55
66
USAGE:

book/src/commands/imdl-torrent-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent link`
22
```
3-
imdl-torrent-link 0.1.5
3+
imdl-torrent-link 0.1.6
44
Generate a magnet link from a .torrent file.
55
66
USAGE:

book/src/commands/imdl-torrent-piece-length.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent piece-length`
22
```
3-
imdl-torrent-piece-length 0.1.5
3+
imdl-torrent-piece-length 0.1.6
44
Display information about automatic piece length selection.
55
66
USAGE:

book/src/commands/imdl-torrent-show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent show`
22
```
3-
imdl-torrent-show 0.1.5
3+
imdl-torrent-show 0.1.6
44
Display information about a .torrent file.
55
66
USAGE:

book/src/commands/imdl-torrent-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent stats`
22
```
3-
imdl-torrent-stats 0.1.5
3+
imdl-torrent-stats 0.1.6
44
Show statistics about a collection of .torrent files.
55
66
USAGE:

book/src/commands/imdl-torrent-verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `imdl torrent verify`
22
```
3-
imdl-torrent-verify 0.1.5
3+
imdl-torrent-verify 0.1.6
44
Verify files against a .torrent file.
55
66
USAGE:

0 commit comments

Comments
 (0)