Skip to content

Commit 37a253c

Browse files
committed
chore(version-up): v1.2.0
1 parent d0b3b35 commit 37a253c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "open"
4-
version = "1.1.1"
4+
version = "1.2.0"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT"
77
description = "Open a path or URL using the program configured on the system"

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="v1.2.0"></a>
2+
## v1.2.0 (2017-01-31)
3+
4+
* **windows**: escape '&' in URLs. On windows, a shell is used to execute the command, which
5+
requires certain precautions for the URL to open to get through the interpreter.
6+
7+
18
<a name="v1.1.1"></a>
29
### v1.1.1 (2016-04-10)
310

0 commit comments

Comments
 (0)