From b4592a4367a8b743e89812f73a274e5e2b0c0d42 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 21 Jun 2023 15:41:24 +0200 Subject: [PATCH] Release open v4.2.0 --- Cargo.toml | 4 ++-- changelog.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5e8c64..e6e07ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "4.1.0" +version = "4.2.0" authors = ["Sebastian Thiel "] license = "MIT" edition = "2018" @@ -24,4 +24,4 @@ pathdiff = "0.2.0" is-wsl = "0.4.0" [target."cfg(unix)".dependencies] -libc = "0.2" \ No newline at end of file +libc = "0.2" diff --git a/changelog.md b/changelog.md index ad3b197..c3a40b8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,18 +1,18 @@ # Changelog -## Unreleased +## 4.2.0 (2023-06-21) ### New Features - add `that_detached()` and `with_detached()` functions. - + They allow to open the program in a completely independent fashion so that it can out-live the program that spawned it. ### Commit Statistics - - 2 commits contributed to the release over the course of 1 calendar day. + - 3 commits contributed to the release over the course of 1 calendar day. - 55 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -24,6 +24,7 @@
view details * **Uncategorized** + - Prepare changelog prior to release ([`4ad428e`](https://github.com/Byron/open-rs/commit/4ad428e4944a066bbd2d3646d0c338532956001d)) - Merge branch 'feat/detached-process' ([`d21c48e`](https://github.com/Byron/open-rs/commit/d21c48e6682341e34ca37369460eb5247daaf71c)) - Add `that_detached` and `with_detached` ([`7ad9cb3`](https://github.com/Byron/open-rs/commit/7ad9cb373eb7e999f7e79705db891fd24a4d4bd2))