Skip to content

Commit 37bf011

Browse files
committed
Release open v3.1.0
1 parent a1c8dd7 commit 37bf011

File tree

2 files changed

+61
-27
lines changed

2 files changed

+61
-27
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 = "3.0.3"
4+
version = "3.1.0"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT"
77
edition = "2018"

changelog.md

+60-26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 3.1.0 (2022-11-20)
4+
5+
### New Features
6+
7+
- <csr-id-a1c8dd79eb6c4f91a92aa631fd0d8bc163d1a05c/> upgrade `windows-sys` to more recent version.
8+
This mainly reduces build times for some, and may increase them for
9+
others, on windows only. If build times increase, try to upgrade
10+
`windows-sys` across the dependency tree.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 6 commits contributed to the release over the course of 8 calendar days.
17+
- 65 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+
- upgrade `windows-sys` to more recent version. ([`a1c8dd7`](https://github.com/Byron/open-rs/commit/a1c8dd79eb6c4f91a92aa631fd0d8bc163d1a05c))
29+
- Upgrade to windows-sys v0.42.0 ([`aba0a62`](https://github.com/Byron/open-rs/commit/aba0a628b1bf1be365fdbe2bc0200d0c98c7a2bf))
30+
- Update listed version number. ([`7a1cc83`](https://github.com/Byron/open-rs/commit/7a1cc838d5fe0218e8d1422b42a32023fd140e67))
31+
- Merge branch 'fmt' ([`f4dfeab`](https://github.com/Byron/open-rs/commit/f4dfeabf43b2ede234892e1204248a85313b51b5))
32+
- Point docs link to docs.rs rather than an outdated copy ([`52f96fc`](https://github.com/Byron/open-rs/commit/52f96fc20f9a9c0db3464b3f8f1a24f8045145f2))
33+
- Update Readme ([`98316c4`](https://github.com/Byron/open-rs/commit/98316c42a236018d51fdc3c65afa7338237fe964))
34+
</details>
35+
336
## 3.0.3 (2022-09-16)
437

538
### Bug Fixes
@@ -12,10 +45,10 @@
1245

1346
<csr-read-only-do-not-edit/>
1447

15-
- 4 commits contributed to the release over the course of 60 calendar days.
48+
- 5 commits contributed to the release over the course of 60 calendar days.
1649
- 60 days passed between releases.
1750
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
18-
- 0 issues like '(#ID)' where seen in commit messages
51+
- 0 issues like '(#ID)' were seen in commit messages
1952

2053
### Commit Details
2154

@@ -24,6 +57,7 @@
2457
<details><summary>view details</summary>
2558

2659
* **Uncategorized**
60+
- Release open v3.0.3 ([`9c69785`](https://github.com/Byron/open-rs/commit/9c697852432e5e34d5475706107e2f418b9296de))
2761
- quote paths on windows to allow spaces in paths not be treated as multiple paths. ([`4c0fdb3`](https://github.com/Byron/open-rs/commit/4c0fdb3bacd73c881c6e8178248c588932ec6196))
2862
- refactor ([`e0d5968`](https://github.com/Byron/open-rs/commit/e0d596880cd1d746d80927155092827614a7a3ef))
2963
- Fixed issue on Windows where a space in a path could cause problems with specific programs. ([`1ab9bc3`](https://github.com/Byron/open-rs/commit/1ab9bc37a0fc04d9fa033245d0c44392f2a2912a))
@@ -71,7 +105,7 @@
71105

72106
- 2 commits contributed to the release.
73107
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
74-
- 0 issues like '(#ID)' where seen in commit messages
108+
- 0 issues like '(#ID)' were seen in commit messages
75109

76110
### Commit Details
77111

@@ -105,7 +139,7 @@ linux (and was present from day one).
105139
- 4 commits contributed to the release.
106140
- 9 days passed between releases.
107141
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
108-
- 0 issues like '(#ID)' where seen in commit messages
142+
- 0 issues like '(#ID)' were seen in commit messages
109143

110144
### Commit Details
111145

@@ -132,7 +166,7 @@ A maintenance release which reduces compile times on windows by switching from `
132166
- 4 commits contributed to the release.
133167
- 35 days passed between releases.
134168
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
135-
- 0 issues like '(#ID)' where seen in commit messages
169+
- 0 issues like '(#ID)' were seen in commit messages
136170

137171
### Commit Details
138172

@@ -162,7 +196,7 @@ A maintenance release which reduces compile times on windows by switching from `
162196
- 3 commits contributed to the release.
163197
- 54 days passed between releases.
164198
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
165-
- 0 issues like '(#ID)' where seen in commit messages
199+
- 0 issues like '(#ID)' were seen in commit messages
166200

167201
### Commit Details
168202

@@ -187,7 +221,7 @@ A maintenance release which allows boxed values in parameter position.
187221
- 4 commits contributed to the release.
188222
- 11 days passed between releases.
189223
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
190-
- 0 issues like '(#ID)' where seen in commit messages
224+
- 0 issues like '(#ID)' were seen in commit messages
191225

192226
### Commit Details
193227

@@ -213,7 +247,7 @@ A maintenance release which allows boxed values in parameter position.
213247
- 3 commits contributed to the release.
214248
- 8 days passed between releases.
215249
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
216-
- 0 issues like '(#ID)' where seen in commit messages
250+
- 0 issues like '(#ID)' were seen in commit messages
217251

218252
### Commit Details
219253

@@ -239,7 +273,7 @@ in the `PATH`.
239273
- 3 commits contributed to the release.
240274
- 74 days passed between releases.
241275
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
242-
- 0 issues like '(#ID)' where seen in commit messages
276+
- 0 issues like '(#ID)' were seen in commit messages
243277

244278
### Commit Details
245279

@@ -309,7 +343,7 @@ This releases alleviates most of the issues.
309343
- 6 commits contributed to the release.
310344
- 8 days passed between releases.
311345
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
312-
- 0 issues like '(#ID)' where seen in commit messages
346+
- 0 issues like '(#ID)' were seen in commit messages
313347

314348
### Commit Details
315349

@@ -337,7 +371,7 @@ This releases alleviates most of the issues.
337371
- 9 commits contributed to the release.
338372
- 89 days passed between releases.
339373
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
340-
- 0 issues like '(#ID)' where seen in commit messages
374+
- 0 issues like '(#ID)' were seen in commit messages
341375

342376
### Commit Details
343377

@@ -368,7 +402,7 @@ This releases alleviates most of the issues.
368402
- 7 commits contributed to the release over the course of 38 calendar days.
369403
- 38 days passed between releases.
370404
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
371-
- 0 issues like '(#ID)' where seen in commit messages
405+
- 0 issues like '(#ID)' were seen in commit messages
372406

373407
### Commit Details
374408

@@ -411,7 +445,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
411445
- 8 commits contributed to the release over the course of 7 calendar days.
412446
- 7 days passed between releases.
413447
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
414-
- 0 issues like '(#ID)' where seen in commit messages
448+
- 0 issues like '(#ID)' were seen in commit messages
415449

416450
### Commit Details
417451

@@ -439,7 +473,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
439473
- 7 commits contributed to the release.
440474
- 3 days passed between releases.
441475
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
442-
- 0 issues like '(#ID)' where seen in commit messages
476+
- 0 issues like '(#ID)' were seen in commit messages
443477

444478
### Commit Details
445479

@@ -466,7 +500,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
466500
- 18 commits contributed to the release over the course of 321 calendar days.
467501
- 356 days passed between releases.
468502
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
469-
- 0 issues like '(#ID)' where seen in commit messages
503+
- 0 issues like '(#ID)' were seen in commit messages
470504

471505
### Commit Details
472506

@@ -506,7 +540,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
506540
- 6 commits contributed to the release over the course of 25 calendar days.
507541
- 25 days passed between releases.
508542
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
509-
- 0 issues like '(#ID)' where seen in commit messages
543+
- 0 issues like '(#ID)' were seen in commit messages
510544

511545
### Commit Details
512546

@@ -540,7 +574,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
540574
- 4 commits contributed to the release over the course of 9 calendar days.
541575
- 184 days passed between releases.
542576
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
543-
- 0 issues like '(#ID)' where seen in commit messages
577+
- 0 issues like '(#ID)' were seen in commit messages
544578

545579
### Commit Details
546580

@@ -568,7 +602,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
568602
- 3 commits contributed to the release.
569603
- 13 days passed between releases.
570604
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
571-
- 0 issues like '(#ID)' where seen in commit messages
605+
- 0 issues like '(#ID)' were seen in commit messages
572606

573607
### Commit Details
574608

@@ -591,7 +625,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
591625
- 3 commits contributed to the release.
592626
- 25 days passed between releases.
593627
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
594-
- 0 issues like '(#ID)' where seen in commit messages
628+
- 0 issues like '(#ID)' were seen in commit messages
595629

596630
### Commit Details
597631

@@ -620,7 +654,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
620654
- 3 commits contributed to the release over the course of 16 calendar days.
621655
- 331 days passed between releases.
622656
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
623-
- 0 issues like '(#ID)' where seen in commit messages
657+
- 0 issues like '(#ID)' were seen in commit messages
624658

625659
### Commit Details
626660

@@ -643,7 +677,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
643677
- 6 commits contributed to the release over the course of 234 calendar days.
644678
- 314 days passed between releases.
645679
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
646-
- 0 issues like '(#ID)' where seen in commit messages
680+
- 0 issues like '(#ID)' were seen in commit messages
647681

648682
### Commit Details
649683

@@ -675,7 +709,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
675709
- 7 commits contributed to the release over the course of 178 calendar days.
676710
- 236 days passed between releases.
677711
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
678-
- 0 issues like '(#ID)' where seen in commit messages
712+
- 0 issues like '(#ID)' were seen in commit messages
679713

680714
### Commit Details
681715

@@ -711,7 +745,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
711745
- 3 commits contributed to the release over the course of 4 calendar days.
712746
- 295 days passed between releases.
713747
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
714-
- 0 issues like '(#ID)' where seen in commit messages
748+
- 0 issues like '(#ID)' were seen in commit messages
715749

716750
### Commit Details
717751

@@ -770,7 +804,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
770804
- 4 commits contributed to the release over the course of 276 calendar days.
771805
- 276 days passed between releases.
772806
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
773-
- 0 issues like '(#ID)' where seen in commit messages
807+
- 0 issues like '(#ID)' were seen in commit messages
774808

775809
### Commit Details
776810

@@ -838,7 +872,7 @@ don’t use ‘open’ on linux (https://github.com/Byron/open-rs/commit/30c96b1
838872
- 13 commits contributed to the release over the course of 130 calendar days.
839873
- 130 days passed between releases.
840874
- 12 commits were understood as [conventional](https://www.conventionalcommits.org).
841-
- 0 issues like '(#ID)' where seen in commit messages
875+
- 0 issues like '(#ID)' were seen in commit messages
842876

843877
### Commit Details
844878

@@ -879,7 +913,7 @@ don’t use ‘open’ on linux (https://github.com/Byron/open-rs/commit/30c96b1
879913

880914
- 1 commit contributed to the release.
881915
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
882-
- 0 issues like '(#ID)' where seen in commit messages
916+
- 0 issues like '(#ID)' were seen in commit messages
883917

884918
### Commit Details
885919

0 commit comments

Comments
 (0)