From c26d98cc66979f153682690201a4748026012224 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 10 Jul 2024 07:11:52 +0200 Subject: [PATCH] Release open v5.3.0 --- Cargo.toml | 2 +- changelog.md | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a3e811..416d143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "5.2.0" +version = "5.3.0" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" diff --git a/changelog.md b/changelog.md index ce5e25e..524f0c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,32 @@ # Changelog +## 5.3.0 (2024-07-10) + +### New Features + + - add GNU/Hurd support + Handle it like most of the other Unix platforms (e.g. Linux, BSDs, etc). + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 7 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #101 from pinotree/hurd ([`a060608`](https://github.com/Byron/open-rs/commit/a0606084dd4a18ca67bef84fa217529cb858ded5)) + - Add GNU/Hurd support ([`58142a6`](https://github.com/Byron/open-rs/commit/58142a695d50460e439f85be3f0bc010936520e6)) +
+ ## 5.2.0 (2024-07-02) ### New Features @@ -10,7 +37,7 @@ - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 27 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,6 +49,7 @@
view details * **Uncategorized** + - Release open v5.2.0 ([`3cf72fd`](https://github.com/Byron/open-rs/commit/3cf72fd426442ed856f1b9cddea61b5413299c45)) - Add AIX support ([`d4e66dc`](https://github.com/Byron/open-rs/commit/d4e66dc1332e49672190060de6b39b13784c5de9)) - Add AIX support ([`b414215`](https://github.com/Byron/open-rs/commit/b41421579aa68b484d57814acd2ef33e5b1b9b5a))