diff --git a/Cargo.toml b/Cargo.toml index 88003d0..0182bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "1.4.0" +version = "1.5.0" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" @@ -20,4 +20,4 @@ name = "open" winapi = { version = "0.3", features = ["shellapi"] } [target.'cfg(all(unix, not(macos)))'.dependencies] -which = "4" \ No newline at end of file +which = "4" diff --git a/changelog.md b/changelog.md index a775c58..d1b205d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## v1.5.0 (2021-02-28) + +* Use 'explorer' on Windows instead of a shell. + ## v1.4.0 (2020-03-08) * add `open::with(path, app)` and `open::with_in_background(…)`