diff --git a/Cargo.toml b/Cargo.toml index 2def58d..1f47702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "4.0.0" +version = "4.0.1" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" diff --git a/changelog.md b/changelog.md index c54cb7e..84a2714 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.0.1 (2023-03-20) In the previous releases 3.3 and 4.0 on windows the console windows would show. This was unintentional and is now fixed. @@ -9,13 +9,13 @@ Thanks so much for [the contribution](https://github.com/Byron/open-rs/pull/69). ### Bug Fixes - - hide the console window in Windows + - hide the console window in Windows ### Commit Statistics - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 10 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +27,7 @@ Thanks so much for [the contribution](https://github.com/Byron/open-rs/pull/69).
view details * **Uncategorized** + - Prepare changelog prior to release ([`8b4c259`](https://github.com/Byron/open-rs/commit/8b4c2596b1ac5d08bffb58784d1760ce47df14a5)) - Merge pull request #69 from amrbashir/hide-console ([`8cf21e0`](https://github.com/Byron/open-rs/commit/8cf21e0d23f0d18e503f4a056762d1efd733f99d)) - Hide the console window in Windows ([`bc75d84`](https://github.com/Byron/open-rs/commit/bc75d847c6c89cdd835f4220d6a0ed9a6985b41e))
@@ -77,9 +78,6 @@ Thanks so much for [the contribution](https://github.com/Byron/open-rs/pull/69). - Fix Windows URL encoding for multiple query params ([`e4856ac`](https://github.com/Byron/open-rs/commit/e4856acd170cdea5b06a947c7e7e9cdd36f0b392)) - -Related https://github.com/Byron/open-rs/issues/67. - ## 3.4.0 (2023-03-06)