diff --git a/Cargo.toml b/Cargo.toml index e32a2ee..0665dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "1.1.0" +version = "1.1.1" authors = ["Sebastian Thiel "] license = "MIT" description = "Open a path or URL using the program configured on the system" @@ -12,4 +12,4 @@ documentation = "http://byron.github.io/open-rs" [[bin]] test = false doc = false -name = "open" \ No newline at end of file +name = "open" diff --git a/changelog.md b/changelog.md index 0207535..dcac706 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ + +### v1.1.1 (2016-04-10) + + +#### Bug Fixes + +* **cargo:** no docs for open ([31605e0e](https://github.com/Byron/open-rs/commit/31605e0eddfb0cf8db635dd4d86131bc46beae78)) + +#### Improvements + +* **api:** allow OSStrings instead of &str ([1d13a671](https://github.com/Byron/open-rs/commit/1d13a671f2c9bd9616bf185fac77b32da1dcf8ee)) + + + ## 25c0e398 (2015-07-08)