Skip to content

Commit 0c916ae

Browse files
committed
Release open v5.1.1
1 parent 59886df commit 0c916ae

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-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.1.0"
4+
version = "5.1.1"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT"
77
edition = "2018"

changelog.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 5.1.1 (2024-03-03)
4+
5+
### Bug Fixes
6+
7+
- <csr-id-74fd8ec005d9bd24e6cb604e3239730b0b414b84/> add `shellexecute-on-windows` feature.
8+
That way, it's possible to toggle on a feature that might
9+
cause issues in some dependency trees that contain `flate2`
10+
with `zlib-ng` backend.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 3 commits contributed to the release.
17+
- 2 days passed between releases.
18+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Merge branch 'validate-linkage' ([`59886df`](https://github.com/Byron/open-rs/commit/59886df5db59f6874ff24401e32a3e90b0d27a53))
29+
- Add `shellexecute-on-windows` feature. ([`74fd8ec`](https://github.com/Byron/open-rs/commit/74fd8ec005d9bd24e6cb604e3239730b0b414b84))
30+
- Try to validate linkage on all platforms ([`8f26da4`](https://github.com/Byron/open-rs/commit/8f26da4ff13be60c69f7b144b185d6166f6d4af6))
31+
</details>
32+
333
## 5.1.0 (2024-03-01)
434

535
### New Features
@@ -10,7 +40,7 @@
1040

1141
<csr-read-only-do-not-edit/>
1242

13-
- 3 commits contributed to the release.
43+
- 4 commits contributed to the release.
1444
- 2 days passed between releases.
1545
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1646
- 0 issues like '(#ID)' were seen in commit messages
@@ -22,6 +52,7 @@
2252
<details><summary>view details</summary>
2353

2454
* **Uncategorized**
55+
- Release open v5.1.0 ([`21a73ee`](https://github.com/Byron/open-rs/commit/21a73ee19d2d976076cefa8bdda639f510278420))
2556
- Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew ([`b268647`](https://github.com/Byron/open-rs/commit/b268647bd2684ee13f55eb3c976e71949c321bc3))
2657
- Split into two functions for better readability ([`4506b2f`](https://github.com/Byron/open-rs/commit/4506b2f8ac51579932b76884a11133ce5c49c21f))
2758
- Use `ShellExecuteW` for detached spawning on Windows ([`191cb0e`](https://github.com/Byron/open-rs/commit/191cb0e2201c911d1bf0df3ba03062c6d9b6e738))

0 commit comments

Comments
 (0)