Release v0.1.1
- Bump version: 0.1.0 -> 0.1.1 - Update changelog type: release
This commit is contained in:
parent
3131b0d56c
commit
93c23d29f2
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
2
Cargo.lock
generated
|
@ -316,7 +316,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "imdl"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"atty",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user