Skip to content

Commit 21a73ee

Browse files
committed
Release open v5.1.0
1 parent b268647 commit 21a73ee

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "open"
4-
version = "5.0.2"
4+
version = "5.1.0"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT"
77
edition = "2018"

changelog.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
# Changelog
22

3+
## 5.1.0 (2024-03-01)
4+
5+
### New Features
6+
7+
- <csr-id-191cb0e2201c911d1bf0df3ba03062c6d9b6e738/> use `ShellExecuteW` for detached spawning on Windows
8+
9+
### Commit Statistics
10+
11+
<csr-read-only-do-not-edit/>
12+
13+
- 3 commits contributed to the release.
14+
- 2 days passed between releases.
15+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' were seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew ([`b268647`](https://github.com/Byron/open-rs/commit/b268647bd2684ee13f55eb3c976e71949c321bc3))
26+
- Split into two functions for better readability ([`4506b2f`](https://github.com/Byron/open-rs/commit/4506b2f8ac51579932b76884a11133ce5c49c21f))
27+
- Use `ShellExecuteW` for detached spawning on Windows ([`191cb0e`](https://github.com/Byron/open-rs/commit/191cb0e2201c911d1bf0df3ba03062c6d9b6e738))
28+
</details>
29+
330
## 5.0.2 (2024-02-28)
431

32+
<csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/>
33+
534
### Other
635

736
- <csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/> use PATH to find launcher
@@ -11,7 +40,7 @@
1140

1241
<csr-read-only-do-not-edit/>
1342

14-
- 2 commits contributed to the release.
43+
- 3 commits contributed to the release.
1544
- 97 days passed between releases.
1645
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1746
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +52,7 @@
2352
<details><summary>view details</summary>
2453

2554
* **Uncategorized**
55+
- Release open v5.0.2 ([`f4ef7c9`](https://github.com/Byron/open-rs/commit/f4ef7c9de95fd503871028f100db28ef0287fbc4))
2656
- Merge pull request #89 from jackpot51/patch-1 ([`0a25651`](https://github.com/Byron/open-rs/commit/0a25651fa04b9a696356a5980ede105f6923ce91))
2757
- Use PATH to find launcher ([`a583658`](https://github.com/Byron/open-rs/commit/a583658a2f2cfea64c3be6e12cef159f5cbc7fbf))
2858
</details>

0 commit comments

Comments
 (0)