diff --git a/CHANGELOG.md b/CHANGELOG.md index 331c995..b8edfdb 100644 --- a/CHANGELOG.md +++ b/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 -------------------- diff --git a/Cargo.lock b/Cargo.lock index 18fa7fc..9262b8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4b91698..7e40196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "CC0-1.0"