Skip to content

Commit ab1b306

Browse files
committed
Release open v5.3.3
1 parent a1ca334 commit ab1b306

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "open"
4-
version = "5.3.2"
4+
version = "5.3.3"
55
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
66
license = "MIT"
77
edition = "2018"

changelog.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## 5.3.3 (2025-11-17)
4+
5+
### Documentation
6+
7+
- <csr-id-07b246cf98d0486ba2ca570c803ded41283b90ed/> point to webbrowser crate for users that seek this specific functionality.
8+
9+
### Bug Fixes
10+
11+
- <csr-id-abcd0f4810cbcdee4d80dba01a6474ad711efa61/> pass canonicalized path to `ILCreateFromPathW`
12+
13+
### Other
14+
15+
- <csr-id-314d80ac36650f3ff57d62596513e1dcda4870fb/> remove whitespace.
16+
17+
### Commit Statistics
18+
19+
<csr-read-only-do-not-edit/>
20+
21+
- 8 commits contributed to the release.
22+
- 316 days passed between releases.
23+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
24+
- 0 issues like '(#ID)' were seen in commit messages
25+
26+
### Commit Details
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
<details><summary>view details</summary>
31+
32+
* **Uncategorized**
33+
- Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW ([`a1ca334`](https://github.com/Byron/open-rs/commit/a1ca3346ee45cd8c6a651476919f8cd711bdc084))
34+
- Fix CI by using a more recent Windows image ([`c84cade`](https://github.com/Byron/open-rs/commit/c84cadebb81e7d214845bb1030e3e44fbf49fd91))
35+
- Pass canonicalized path to `ILCreateFromPathW` ([`abcd0f4`](https://github.com/Byron/open-rs/commit/abcd0f4810cbcdee4d80dba01a6474ad711efa61))
36+
- Merge pull request #111 from bjones1/docs ([`335146b`](https://github.com/Byron/open-rs/commit/335146bb4a0724fd0a21efcfffbcc6d60707e038))
37+
- Remove whitespace. ([`314d80a`](https://github.com/Byron/open-rs/commit/314d80ac36650f3ff57d62596513e1dcda4870fb))
38+
- Point to webbrowser crate for users that seek this specific functionality. ([`07b246c`](https://github.com/Byron/open-rs/commit/07b246cf98d0486ba2ca570c803ded41283b90ed))
39+
- Merge pull request #110 from bjones1/codespaces ([`1c4a952`](https://github.com/Byron/open-rs/commit/1c4a9523e104758175411cd3d3df5b7f7cf5a897))
40+
- Add Codespaces setup. ([`43b6a2d`](https://github.com/Byron/open-rs/commit/43b6a2d254cd823bf02a12bb8086bece16ec965b))
41+
</details>
42+
343
## 5.3.2 (2025-01-05)
444

545
### Bug Fixes
@@ -10,7 +50,7 @@
1050

1151
<csr-read-only-do-not-edit/>
1252

13-
- 3 commits contributed to the release over the course of 1 calendar day.
53+
- 4 commits contributed to the release over the course of 1 calendar day.
1454
- 51 days passed between releases.
1555
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1656
- 0 issues like '(#ID)' were seen in commit messages
@@ -22,6 +62,7 @@
2262
<details><summary>view details</summary>
2363

2464
* **Uncategorized**
65+
- Release open v5.3.2 ([`f196640`](https://github.com/Byron/open-rs/commit/f196640a9c0def100401f6e97ebe5dd4b4f2bb0e))
2566
- Merge pull request #107 from amrbashir/fix/windows/remove-unc-and-fallback-on-error ([`472ce26`](https://github.com/Byron/open-rs/commit/472ce262c8f3c02f089f881387616df2303f48f8))
2667
- Fix `that_detached` for UNC path of a directory ([`c452a8c`](https://github.com/Byron/open-rs/commit/c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb))
2768
- Merge pull request #79 from Byron/better-docs ([`2646ff8`](https://github.com/Byron/open-rs/commit/2646ff820c2ab965a636d57753a10c56501f4163))
@@ -352,6 +393,8 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context
352393

353394
## 4.2.0 (2023-06-21)
354395

396+
<csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/>
397+
355398
### Other
356399

357400
- <csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/> Improve documentation about shortcomings particularly on console-only UNIX platforms.

0 commit comments

Comments
 (0)