diff --git a/Cargo.toml b/Cargo.toml index a68f35e..6b5abe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "2.1.2" +version = "2.1.3" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" diff --git a/changelog.md b/changelog.md index 27631c8..4b86ba6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.1.3 (2022-06-03) A maintenance release which reduces compile times on windows by switching from `winapi` to the `windows` crate. @@ -9,7 +9,7 @@ A maintenance release which reduces compile times on windows by switching from ` - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 35 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 @@ A maintenance release which reduces compile times on windows by switching from `
view details * **Uncategorized** + - prepare new release ([`c1844c7`](https://github.com/Byron/open-rs/commit/c1844c7557b5e2d3c96cc19f4bc7e3fa7f2ef7d3)) - Merge branch 'windows-sys' ([`246ddc8`](https://github.com/Byron/open-rs/commit/246ddc837d19760e9ad255ce31fbb6dfdac71738)) - Switch to windows-sys ([`a95a288`](https://github.com/Byron/open-rs/commit/a95a2881064ec1a348031b2050d2873df2def31e))