Skip to content

Commit

Permalink
imp(api): allow OSStrings instead of &str
Browse files Browse the repository at this point in the history
Actually I can only hope that ordinary &str will still be fine.
Technically, I think they should ... but we shall see.

Signed-off-by: Sebastian Thiel <byronimo@gmail.com>
  • Loading branch information
Byron committed Apr 10, 2016
1 parent ff32bea commit da45d9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "open"
version = "1.1.0"
version = "1.1.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
license = "MIT"
description = "Open a path or URL using the program configured on the system"
Expand All @@ -12,4 +12,4 @@ documentation = "http://byron.github.io/open-rs"
[[bin]]
test = false
doc = false
name = "open"
name = "open"
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.1.1"></a>
### 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))



<a name="25c0e398"></a>
## 25c0e398 (2015-07-08)

Expand Down

0 comments on commit da45d9b

Please sign in to comment.