Skip to content

Commit f4ef7c9

Browse files
committed
Release open v5.0.2
1 parent 0a25651 commit f4ef7c9

File tree

2 files changed

+30
-2
lines changed

2 files changed

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

changelog.md

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

3+
## 5.0.2 (2024-02-28)
4+
5+
### Other
6+
7+
- <csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/> use PATH to find launcher
8+
Redox has moved the launcher from /ui/bin to /usr/bin. Just use the PATH to locate it, so any future changes in location don't break this crate.
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 2 commits contributed to the release.
15+
- 97 days passed between releases.
16+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Merge pull request #89 from jackpot51/patch-1 ([`0a25651`](https://github.com/Byron/open-rs/commit/0a25651fa04b9a696356a5980ede105f6923ce91))
27+
- Use PATH to find launcher ([`a583658`](https://github.com/Byron/open-rs/commit/a583658a2f2cfea64c3be6e12cef159f5cbc7fbf))
28+
</details>
29+
330
## 5.0.1 (2023-11-22)
431

532
<csr-id-dca688bf473169b6d779695e35cb05596d094ba1/>
@@ -12,7 +39,7 @@
1239

1340
<csr-read-only-do-not-edit/>
1441

15-
- 5 commits contributed to the release over the course of 21 calendar days.
42+
- 6 commits contributed to the release over the course of 21 calendar days.
1643
- 150 days passed between releases.
1744
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
1845
- 1 unique issue was worked on: [#85](https://github.com/Byron/open-rs/issues/85)
@@ -26,6 +53,7 @@
2653
* **[#85](https://github.com/Byron/open-rs/issues/85)**
2754
- Open paths with given applications with whitespace in their paths on windows. ([`15eedee`](https://github.com/Byron/open-rs/commit/15eedee81d851dd26e78984030020ba252812419))
2855
* **Uncategorized**
56+
- Release open v5.0.1 ([`4a2a5b1`](https://github.com/Byron/open-rs/commit/4a2a5b104bb0aa8f2a42dc3e505c773fd8f5f45c))
2957
- Prepare changelog ([`2735009`](https://github.com/Byron/open-rs/commit/2735009c771056fbb65120a439e34c6a3f2038f3))
3058
- Wrap provided app in quotes on Windows ([`e1b74d8`](https://github.com/Byron/open-rs/commit/e1b74d8e171ce63ddf4cad212a94b8238ae66be7))
3159
- Merge pull request #84 from nomyfan/readme-version ([`a33caba`](https://github.com/Byron/open-rs/commit/a33caba441354a14bd55a16ad4a5e8bc793819f0))

0 commit comments

Comments
 (0)