From 831d4404ee3ab9d76a416f69ee586f7d037f4840 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 28 Feb 2021 10:57:10 +0800 Subject: [PATCH] minor version bump --- Cargo.toml | 4 ++-- changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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(…)`