Skip to content

Commit

Permalink
Keep Fork up to date with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hybras committed Mar 3, 2021
2 parents 7ff85da + 831d440 commit f113b80
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4.0"
version = "1.5.0"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT"
edition = "2018"
Expand All @@ -20,4 +20,4 @@ name = "open"
winapi = { version = "0.3", features = ["shellapi"] }

[target.'cfg(all(unix, not(macos)))'.dependencies]
which = "4"
which = "4"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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(…)`
Expand Down

0 comments on commit f113b80

Please sign in to comment.