Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
- Bump version: 0.1.2 -> 0.1.3
- Update changelog
- Update book
- Add `update` recipe

type: release
  • Loading branch information
casey committed Apr 10, 2020
1 parent 268c62b commit 8e6a2b0
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 35 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-09
-----------------------
- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Add `bin/man` command for generating man pages - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.3](https://github.com/casey/intermodal/releases/tag/v0.1.3) - 2020-04-10
------------------------------------------------------------------------------
- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.3 - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`268c62b66d46`](https://github.com/casey/intermodal/commit/268c62b66d46e033786612ce1e85c3c8ee21933a) Add `bin/man` command for generating man pages - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`14fff1d888a3`](https://github.com/casey/intermodal/commit/14fff1d888a3d4aebd88059feacde5c665019f30) Make smaller demo for readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4f8b6a212e80`](https://github.com/casey/intermodal/commit/4f8b6a212e8099ebfcf14600ce92863583758231) Improve demo GIF - _Casey Rodarmor <casey@rodarmor.com>_

Expand Down
24 changes: 12 additions & 12 deletions 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.2"
version = "0.1.3"
description = "📦 A 40' shipping container for the internet"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
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.2
imdl-completions 0.1.3
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.2
imdl-torrent-create 0.1.3
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.2
imdl-torrent-link 0.1.3
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.2
imdl-torrent-piece-length 0.1.3
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.2
imdl-torrent-show 0.1.3
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.2
imdl-torrent-stats 0.1.3
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.2
imdl-torrent-verify 0.1.3
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.2
imdl-torrent 0.1.3
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.2
imdl v0.1.3
Casey Rodarmor <casey@rodarmor.com>
📦 A 40' shipping container for the internet - https://github.com/casey/intermodal
Expand Down
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,17 @@ draft: push
pr: push
hub pull-request -o

merge: check
merge:
#!/usr/bin/env bash
set -euxo pipefail
while ! hub ci-status --verbose; do
sleep 5
done
just done
update: man changelog-update update-toc
cargo update

publish-check: check check-man
cargo outdated --exit-code 1
grep {{version}} CHANGELOG.md
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.2" "Intermodal Manual"
.TH IMDL-COMPLETIONS "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-CREATE "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-LINK "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-PIECE-LENGTH "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-SHOW "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.3" "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.2" "Intermodal Manual"
.TH \FBIMDL\FR "1" "April 2020" "Intermodal v0.1.3" "Intermodal Manual"
.SH NAME
\fBimdl\fR
- A 40' shipping container for the Internet
Expand Down

0 comments on commit 8e6a2b0

Please sign in to comment.