Skip to content

Commit f196640

Browse files
committed
Release open v5.3.2
1 parent 472ce26 commit f196640

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
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.1"
4+
version = "5.3.2"
55
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
66
license = "MIT"
77
edition = "2018"

changelog.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 5.3.2 (2025-01-05)
4+
5+
### Bug Fixes
6+
7+
- <csr-id-c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb/> fix `that_detached` for UNC path of a directory
8+
9+
### Commit Statistics
10+
11+
<csr-read-only-do-not-edit/>
12+
13+
- 3 commits contributed to the release over the course of 1 calendar day.
14+
- 51 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 #107 from amrbashir/fix/windows/remove-unc-and-fallback-on-error ([`472ce26`](https://github.com/Byron/open-rs/commit/472ce262c8f3c02f089f881387616df2303f48f8))
26+
- Fix `that_detached` for UNC path of a directory ([`c452a8c`](https://github.com/Byron/open-rs/commit/c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb))
27+
- Merge pull request #79 from Byron/better-docs ([`2646ff8`](https://github.com/Byron/open-rs/commit/2646ff820c2ab965a636d57753a10c56501f4163))
28+
</details>
29+
330
## 5.3.1 (2024-11-14)
431

532
On Windows, respect the `expand to open folder` setting.
@@ -8,7 +35,7 @@ On Windows, respect the `expand to open folder` setting.
835

936
<csr-read-only-do-not-edit/>
1037

11-
- 3 commits contributed to the release.
38+
- 4 commits contributed to the release.
1239
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1340
- 0 issues like '(#ID)' were seen in commit messages
1441

@@ -19,6 +46,7 @@ On Windows, respect the `expand to open folder` setting.
1946
<details><summary>view details</summary>
2047

2148
* **Uncategorized**
49+
- Release open v5.3.1 ([`10c3f0d`](https://github.com/Byron/open-rs/commit/10c3f0d8c9a229522c217b38ecb6c257d925105a))
2250
- Prepare changelog prior to release ([`6e565e2`](https://github.com/Byron/open-rs/commit/6e565e2271f05a80b4360d5e0dbff8b05483efb0))
2351
- Merge pull request #104 from Legend-Master/shopenfolderandselectitems ([`d149825`](https://github.com/Byron/open-rs/commit/d14982521423e67c3dd0fde115bc64bee7f7fb45))
2452
- Fix: use SHOpenFolderAndSelectItems for folders To respect 'expand to open folder' setting Fixes #103 ([`7595da7`](https://github.com/Byron/open-rs/commit/7595da7d655e910f3cb9d26b96d3947f2acf2522))
@@ -324,6 +352,10 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context
324352

325353
## 4.2.0 (2023-06-21)
326354

355+
### Other
356+
357+
- <csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/> Improve documentation about shortcomings particularly on console-only UNIX platforms.
358+
327359
### New Features
328360

329361
- <csr-id-7ad9cb373eb7e999f7e79705db891fd24a4d4bd2/> add `that_detached()` and `with_detached()` functions.
@@ -334,17 +366,19 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context
334366

335367
<csr-read-only-do-not-edit/>
336368

337-
- 4 commits contributed to the release.
369+
- 5 commits contributed to the release over the course of 28 calendar days.
338370
- 55 days passed between releases.
339-
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
340-
- 0 issues like '(#ID)' were seen in commit messages
371+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
372+
- 1 unique issue was worked on: [#8](https://github.com/Byron/open-rs/issues/8)
341373

342374
### Commit Details
343375

344376
<csr-read-only-do-not-edit/>
345377

346378
<details><summary>view details</summary>
347379

380+
* **[#8](https://github.com/Byron/open-rs/issues/8)**
381+
- Improve documentation about shortcomings particularly on console-only UNIX platforms. ([`323b8ea`](https://github.com/Byron/open-rs/commit/323b8ea2aba9b0661bf3af6bd48ccef53197b0bf))
348382
* **Uncategorized**
349383
- Release open v4.2.0 ([`b4592a4`](https://github.com/Byron/open-rs/commit/b4592a4367a8b743e89812f73a274e5e2b0c0d42))
350384
- Prepare changelog prior to release ([`4ad428e`](https://github.com/Byron/open-rs/commit/4ad428e4944a066bbd2d3646d0c338532956001d))

0 commit comments

Comments
 (0)