|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 33 | ## 5.1.0 (2024-03-01)
|
4 | 34 |
|
5 | 35 | ### New Features
|
|
10 | 40 |
|
11 | 41 | <csr-read-only-do-not-edit/>
|
12 | 42 |
|
13 |
| - - 3 commits contributed to the release. |
| 43 | + - 4 commits contributed to the release. |
14 | 44 | - 2 days passed between releases.
|
15 | 45 | - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
16 | 46 | - 0 issues like '(#ID)' were seen in commit messages
|
|
22 | 52 | <details><summary>view details</summary>
|
23 | 53 |
|
24 | 54 | * **Uncategorized**
|
| 55 | + - Release open v5.1.0 ([`21a73ee`](https://github.com/Byron/open-rs/commit/21a73ee19d2d976076cefa8bdda639f510278420)) |
25 | 56 | - Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew ([`b268647`](https://github.com/Byron/open-rs/commit/b268647bd2684ee13f55eb3c976e71949c321bc3))
|
26 | 57 | - Split into two functions for better readability ([`4506b2f`](https://github.com/Byron/open-rs/commit/4506b2f8ac51579932b76884a11133ce5c49c21f))
|
27 | 58 | - Use `ShellExecuteW` for detached spawning on Windows ([`191cb0e`](https://github.com/Byron/open-rs/commit/191cb0e2201c911d1bf0df3ba03062c6d9b6e738))
|
|
0 commit comments