diff --git a/Cargo.toml b/Cargo.toml index 835e155..0a76136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "2.0.2" +version = "2.0.3" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" diff --git a/changelog.md b/changelog.md index 7bf0a8d..bbae574 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.3 (2022-02-13) On MacOS, specify the `open` program explicitly by path, instead of relying on a similarly named program to be available in the `PATH`. @@ -9,7 +9,7 @@ in the `PATH`. - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 74 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -21,6 +21,7 @@ in the `PATH`.
view details * **Uncategorized** + - Prepare changelog ([`1c7e10f`](https://github.com/Byron/open-rs/commit/1c7e10f94c30598bdc2e4ae482d38b2f46928ebf)) - use full path for `open` command on macOS ([`8f7c92a`](https://github.com/Byron/open-rs/commit/8f7c92ab1adf936cd43e4ba0eb1934e2c73763f7))
@@ -296,6 +297,8 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs. ## v1.3.4 (2020-02-11) + + * Add LICENSE.md and README.md into the crates.io tarball. ### Chore @@ -376,6 +379,8 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs. ## v1.2.3 (2019-07-03) + + ### Chore - Exclude unneeded files from crates.io @@ -456,6 +461,8 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs. ## v1.2.0 (2017-01-31) + + * **windows**: escape '&' in URLs. On windows, a shell is used to execute the command, which requires certain precautions for the URL to open to get through the interpreter. @@ -541,6 +548,11 @@ don’t use ‘open’ on linux (https://github.com/Byron/open-rs/commit/30c96b1 ## v1.1.0 (2015-07-08) + + + + + ### Chore - v1.1.0