Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
- Bump version: 0.1.4 -> 0.1.5
- Update changelog
- Update man page
- Update book

type: release
pr: #366
  • Loading branch information
casey committed Apr 11, 2020
1 parent 727d5c1 commit 707fdea
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 23 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ Changelog
=========


UNRELEASED - 2020-04-11
-----------------------
- :bug: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Fix Z Shell completions ([#365](https://github.com/casey/intermodal/pull/365)) - _Casey Rodarmor <[email protected]>_
[v0.1.5](https://github.com/casey/intermodal/releases/tag/v0.1.5) - 2020-04-11
------------------------------------------------------------------------------
- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.5 ([#366](https://github.com/casey/intermodal/pull/366)) - _Casey Rodarmor <[email protected]>_
- :bug: [`727d5c102840`](https://github.com/casey/intermodal/commit/727d5c102840de552822afb82de7475a5183d1f5) Fix Z Shell completions ([#365](https://github.com/casey/intermodal/pull/365)) - _Casey Rodarmor <[email protected]>_
- :books: [`f05807290b31`](https://github.com/casey/intermodal/commit/f05807290b314cd68e8679a9aba92e5cd3c5403d) Render command help text in book to avoid wrapping ([#364](https://github.com/casey/intermodal/pull/364)) - _Casey Rodarmor <[email protected]>_
- :books: [`ed34ff48a740`](https://github.com/casey/intermodal/commit/ed34ff48a7406adb8b4cdb523b5dc1bf9435e1bc) Add `fuchsi/maketorrent` to prior art table ([#362](https://github.com/casey/intermodal/pull/362)) - _Casey Rodarmor <[email protected]>_
- :books: [`a3f46187229f`](https://github.com/casey/intermodal/commit/a3f46187229f499e7a13ec5ce656408ba95d1dcc) Rename distributing large datasets ([#361](https://github.com/casey/intermodal/pull/361)) - _Casey Rodarmor <[email protected]>_
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imdl"
version = "0.1.4"
version = "0.1.5"
description = "📦 A 40' shipping container for the internet"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-completions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl completions`
```
imdl-completions 0.1.4
imdl-completions 0.1.5
Print shell completion scripts to standard output.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent create`
```
imdl-torrent-create 0.1.4
imdl-torrent-create 0.1.5
Create a .torrent file.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-link.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent link`
```
imdl-torrent-link 0.1.4
imdl-torrent-link 0.1.5
Generate a magnet link from a .torrent file.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-piece-length.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent piece length`
```
imdl-torrent-piece-length 0.1.4
imdl-torrent-piece-length 0.1.5
Display information about automatic piece length selection.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent show`
```
imdl-torrent-show 0.1.4
imdl-torrent-show 0.1.5
Display information about a .torrent file.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-stats.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent stats`
```
imdl-torrent-stats 0.1.4
imdl-torrent-stats 0.1.5
Show statistics about a collection of .torrent files.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent-verify.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent verify`
```
imdl-torrent-verify 0.1.4
imdl-torrent-verify 0.1.5
Verify files against a .torrent file.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl-torrent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl torrent`
```
imdl-torrent 0.1.4
imdl-torrent 0.1.5
Subcommands related to the BitTorrent protocol.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion book/src/commands/imdl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `imdl`
```
imdl v0.1.4
imdl v0.1.5
Casey Rodarmor <[email protected]>
📦 A 40' shipping container for the internet -
https://github.com/casey/intermodal
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-completions.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ completions\fR
- Print shell completion scripts to standard output.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-create.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ create\fR
- Create a .torrent file.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-link.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ link\fR
- Generate a magnet link from a .torrent file.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-piece-length.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ piece-length\fR
- Display information about automatic piece length selection.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-show.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ show\fR
- Display information about a .torrent file.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-stats.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ stats\fR
- Show statistics about a collection of .torrent files.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent-verify.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\ verify\fR
- Verify files against a .torrent file.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl-torrent.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\fR
- Subcommands related to the BitTorrent protocol.
Expand Down
2 changes: 1 addition & 1 deletion man/imdl.1
Original file line number Diff line number Diff line change
@@ -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.4" "Intermodal Manual"
.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.5" "Intermodal Manual"
.SH NAME
\fBimdl\fR
- A 40' shipping container for the Internet
Expand Down

0 comments on commit 707fdea

Please sign in to comment.