Skip to content

Commit f217ac6

Browse files
committed
Release v0.1.7
- Bump version: 0.1.6 → 0.1.7 - Update dependencies type: release
1 parent 25ac072 commit f217ac6

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Changelog
22
=========
33

44

5-
UNRELEASED - 2020-04-22
6-
-----------------------
7-
- :zap: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Allow positional input to `imdl torrent show` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
5+
[v0.1.7](https://github.com/casey/intermodal/releases/tag/v0.1.7) - 2020-04-22
6+
------------------------------------------------------------------------------
7+
- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.7 - _Casey Rodarmor <casey@rodarmor.com>_
8+
- :zap: [`25ac072985f8`](https://github.com/casey/intermodal/commit/25ac072985f8799474298e6922043746888c0c06) Allow positional input to `imdl torrent show` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
89
- :bug: [`cecd2f66a5d6`](https://github.com/casey/intermodal/commit/cecd2f66a5d6a6b44f27f8ca499e359d82d29ab7) Fix help strings - _Casey Rodarmor <casey@rodarmor.com>_
910
- :zap: [`ebec2d591a7a`](https://github.com/casey/intermodal/commit/ebec2d591a7a0e2a2c4cd55217db4ba46b5dd9ed) Allow positional shell to `imdl completions` - Fixes [#375](https://github.com/casey/intermodal/issues/375) - _Casey Rodarmor <casey@rodarmor.com>_
1011
- :art: [`134c241ae7f8`](https://github.com/casey/intermodal/commit/134c241ae7f8e374d8a9266e7eb0c4a9c3844c30) Use `lexiclean` crate for lexical path cleaning - _Casey Rodarmor <casey@rodarmor.com>_

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imdl"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "📦 A 40' shipping container for the internet"
55
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
66
license = "CC0-1.0"
@@ -20,7 +20,7 @@ console = "0.10.0"
2020
globset = "0.4.0"
2121
ignore = "0.4.14"
2222
lazy_static = "1.4.0"
23-
lexiclean = "0.0.0"
23+
lexiclean = "0.0.1"
2424
libc = "0.2.0"
2525
log = "0.4.8"
2626
md5 = "0.7.0"

0 commit comments

Comments
 (0)