Release v0.1.1

- Bump version: 0.1.0 -> 0.1.1
- Update changelog

type: release
This commit is contained in:
Casey Rodarmor 2020-03-27 23:23:54 -07:00
parent 3131b0d56c
commit 93c23d29f2
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
3 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,17 @@ Changelog
=========
[v0.1.1] - 2020-3-27
--------------------
### Added
- Generate man page with from `--help` with `help2man` (#301)
- Add shell completion scripts (#299)
### Misc
- Remove errant torrent file (#294)
[v0.1.0] - 2020-3-27
--------------------

2
Cargo.lock generated
View File

@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "imdl"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

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