From 3f51fb2e95a1f54c3ba54f349edefec34c25c7dc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Jun 2022 09:25:40 +0800 Subject: [PATCH] Release open v3.0.0 --- Cargo.toml | 2 +- changelog.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b5abe5..1dc4311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "2.1.3" +version = "3.0.0" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" diff --git a/changelog.md b/changelog.md index 7151595..25a0d41 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.0.0 (2022-06-12) A major release which simplifies the error type to resolve a significant problems that surfaced on linux (and was present from day one). @@ -18,8 +18,8 @@ linux (and was present from day one). - - 2 commits contributed to the release. - - 8 days passed between releases. + - 3 commits contributed to the release. + - 9 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -30,6 +30,7 @@ linux (and was present from day one).
view details * **Uncategorized** + - update changelog and docs ([`10b92f5`](https://github.com/Byron/open-rs/commit/10b92f55de77c508a6cbd95c344a3d923b9207c4)) - refactor ([`475f002`](https://github.com/Byron/open-rs/commit/475f0021071fa1498a0fb5ca7d7336a3f4a35b7f)) - Assure `that(…)` is non-blocking on linux ([`0bdc6d6`](https://github.com/Byron/open-rs/commit/0bdc6d64ed425b2627a7ba17614f44ba686536fb))