Skip to content

Commit c1844c7

Browse files
committed
prepare new release
1 parent 246ddc8 commit c1844c7

File tree

1 file changed

+49
-23
lines changed

1 file changed

+49
-23
lines changed

changelog.md

+49-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
A maintenance release which reduces compile times on windows by switching from `winapi` to the
6+
`windows` crate.
7+
8+
### Commit Statistics
9+
10+
<csr-read-only-do-not-edit/>
11+
12+
- 2 commits contributed to the release.
13+
- 35 days passed between releases.
14+
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
15+
- 0 issues like '(#ID)' where seen in commit messages
16+
17+
### Commit Details
18+
19+
<csr-read-only-do-not-edit/>
20+
21+
<details><summary>view details</summary>
22+
23+
* **Uncategorized**
24+
- Merge branch 'windows-sys' ([`246ddc8`](https://github.com/Byron/open-rs/commit/246ddc837d19760e9ad255ce31fbb6dfdac71738))
25+
- Switch to windows-sys ([`a95a288`](https://github.com/Byron/open-rs/commit/a95a2881064ec1a348031b2050d2873df2def31e))
26+
</details>
27+
328
## 2.1.2 (2022-04-29)
429

530
<csr-id-85f4dfdafe6119af5b3a5d8f079279818d3d61ee/>
@@ -12,7 +37,7 @@
1237

1338
<csr-read-only-do-not-edit/>
1439

15-
- 2 commits contributed to the release.
40+
- 3 commits contributed to the release.
1641
- 54 days passed between releases.
1742
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
1843
- 0 issues like '(#ID)' where seen in commit messages
@@ -24,6 +49,7 @@
2449
<details><summary>view details</summary>
2550

2651
* **Uncategorized**
52+
- Release open v2.1.2 ([`ee25446`](https://github.com/Byron/open-rs/commit/ee25446e872c18253bfe4c974b534ea8dd993cc2))
2753
- update changelog ([`45e0388`](https://github.com/Byron/open-rs/commit/45e0388e3c0a1b255b5868d6e0c3a540b75c33e9))
2854
- add platform support ([`85f4dfd`](https://github.com/Byron/open-rs/commit/85f4dfdafe6119af5b3a5d8f079279818d3d61ee))
2955
</details>
@@ -115,7 +141,7 @@ in the `PATH`.
115141

116142
<csr-read-only-do-not-edit/>
117143

118-
- 6 commits contributed to the release over the course of 106 calendar days.
144+
- 7 commits contributed to the release over the course of 106 calendar days.
119145
- 128 days passed between releases.
120146
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
121147
- 1 unique issue was worked on: [#85](https://github.com/Byron/open-rs/issues/85)
@@ -134,6 +160,7 @@ in the `PATH`.
134160
- Release open v2.0.1 ([`066a591`](https://github.com/Byron/open-rs/commit/066a591823ddebb2904959b6395bc945c22ba213))
135161
- Merge pull request #36 from apogeeoak/documentation ([`fc755d3`](https://github.com/Byron/open-rs/commit/fc755d343cede927c06e1735e8d14ed3858d2582))
136162
- Add no_run to documentation examples. ([`7c97658`](https://github.com/Byron/open-rs/commit/7c9765891b86d5d6168556e8f5363641f57e130d))
163+
- Update documentation. ([`5dd987f`](https://github.com/Byron/open-rs/commit/5dd987f3d25ebf3c82394d1225b836aefaf93b5d))
137164
</details>
138165

139166
## v2.0.1 (2021-08-15)
@@ -157,7 +184,7 @@ This releases alleviates most of the issues.
157184

158185
<csr-read-only-do-not-edit/>
159186

160-
- 7 commits contributed to the release.
187+
- 6 commits contributed to the release.
161188
- 8 days passed between releases.
162189
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
163190
- 0 issues like '(#ID)' where seen in commit messages
@@ -170,7 +197,6 @@ This releases alleviates most of the issues.
170197

171198
* **Uncategorized**
172199
- (cargo-release) version 2.0.0 ([`bc2e36f`](https://github.com/Byron/open-rs/commit/bc2e36f5d61b81974420cd62650d743afd4b6824))
173-
- Update documentation. ([`5dd987f`](https://github.com/Byron/open-rs/commit/5dd987f3d25ebf3c82394d1225b836aefaf93b5d))
174200
- Update changelog ([`6659519`](https://github.com/Byron/open-rs/commit/665951968a2d99cbebaf41bc2dd564ea9d6dc93c))
175201
- Merge branch 'result_type' ([`0226df6`](https://github.com/Byron/open-rs/commit/0226df6be4abd85f0c8f8001532d0c67ad231a49))
176202
- Merge pull request #34 from apogeeoak/rustfmt ([`05f02be`](https://github.com/Byron/open-rs/commit/05f02be302377d669350f30991c2f80e6a729bc7))
@@ -186,7 +212,7 @@ This releases alleviates most of the issues.
186212

187213
<csr-read-only-do-not-edit/>
188214

189-
- 7 commits contributed to the release.
215+
- 9 commits contributed to the release.
190216
- 89 days passed between releases.
191217
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
192218
- 0 issues like '(#ID)' where seen in commit messages
@@ -205,6 +231,8 @@ This releases alleviates most of the issues.
205231
- Improve support for wsl. ([`428ff97`](https://github.com/Byron/open-rs/commit/428ff979979760132d7c583df6834c3349132350))
206232
- Merge pull request #32 from apogeeoak/exit_status ([`81d8c40`](https://github.com/Byron/open-rs/commit/81d8c406cdf9405e31965a5aea9a5d21da812433))
207233
- cargo fmt ([`215227a`](https://github.com/Byron/open-rs/commit/215227a3385aa2624d32567eebb08af49e258b60))
234+
- clarify what the error handler does ([`4f87a78`](https://github.com/Byron/open-rs/commit/4f87a7888049b182ede9e00a057c2cc625152ef9))
235+
- Handle unsuccessful exit status. ([`d2d35af`](https://github.com/Byron/open-rs/commit/d2d35af2f582249030fc569854450ac12e3c08d4))
208236
</details>
209237

210238
## v1.7.0 (2021-04-18)
@@ -215,7 +243,7 @@ This releases alleviates most of the issues.
215243

216244
<csr-read-only-do-not-edit/>
217245

218-
- 9 commits contributed to the release.
246+
- 7 commits contributed to the release over the course of 38 calendar days.
219247
- 38 days passed between releases.
220248
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
221249
- 0 issues like '(#ID)' where seen in commit messages
@@ -228,14 +256,12 @@ This releases alleviates most of the issues.
228256

229257
* **Uncategorized**
230258
- (cargo-release) version 1.7.0 ([`ac09da1`](https://github.com/Byron/open-rs/commit/ac09da180256c5974427313b845b928199faf913))
231-
- clarify what the error handler does ([`4f87a78`](https://github.com/Byron/open-rs/commit/4f87a7888049b182ede9e00a057c2cc625152ef9))
232259
- update changelog ([`e39f357`](https://github.com/Byron/open-rs/commit/e39f357627288d971b6436f873ac2949fa534548))
233-
- Handle unsuccessful exit status. ([`d2d35af`](https://github.com/Byron/open-rs/commit/d2d35af2f582249030fc569854450ac12e3c08d4))
234260
- Re-enable CI after branch renaming ([`0db1b1a`](https://github.com/Byron/open-rs/commit/0db1b1ad11853750b8c22a701438d0e3e149821b))
235261
- Merge pull request #31 from City-busz/patch-1 ([`10fd4a7`](https://github.com/Byron/open-rs/commit/10fd4a7183c9137bb1afee5a9a6d3dcc87eb821a))
236262
- Remove unnecessary allocation ([`6a1766a`](https://github.com/Byron/open-rs/commit/6a1766a602fa3354827b06d7b5dbf8f694b86690))
237-
- Update changelog to reflect 1.5.1 is also yanked ([`ccbae5d`](https://github.com/Byron/open-rs/commit/ccbae5d122cb0b8cff58d9125ced2d0211e82ec9))
238263
- Add support for gio open on Linux ([`90bc634`](https://github.com/Byron/open-rs/commit/90bc6348e00e2e42cc0f7ed3eb7746d6e749749e))
264+
- Update changelog to reflect 1.5.1 is also yanked ([`ccbae5d`](https://github.com/Byron/open-rs/commit/ccbae5d122cb0b8cff58d9125ced2d0211e82ec9))
239265
</details>
240266

241267
## v1.6.0 (2021-03-10)
@@ -288,7 +314,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
288314

289315
<csr-read-only-do-not-edit/>
290316

291-
- 5 commits contributed to the release.
317+
- 7 commits contributed to the release.
292318
- 3 days passed between releases.
293319
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
294320
- 0 issues like '(#ID)' where seen in commit messages
@@ -305,6 +331,8 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
305331
- minor refactor ([`67ea295`](https://github.com/Byron/open-rs/commit/67ea2950aa2c478c8cd63764145ad53ad55bdd11))
306332
- Merge pull request #27 from hybras/master ([`b58fa52`](https://github.com/Byron/open-rs/commit/b58fa52eb8ee46a789c864b7132e8375fe7efa77))
307333
- Keep Fork up to date with upstream ([`f113b80`](https://github.com/Byron/open-rs/commit/f113b80374ed1412d2d86e79b79f7ac9ef39a2fc))
334+
- Revert "Add missing Command import" ([`7ff85da`](https://github.com/Byron/open-rs/commit/7ff85da679de7cd17155c4ea27d0f89fda6dff0a))
335+
- Revert "Use the file explorer to open windows url's" ([`b2a79f6`](https://github.com/Byron/open-rs/commit/b2a79f6b93feef3a59ce57d865334d757e642540))
308336
</details>
309337

310338
## v1.5.0 (2021-02-28)
@@ -313,7 +341,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
313341

314342
<csr-read-only-do-not-edit/>
315343

316-
- 17 commits contributed to the release over the course of 7 calendar days.
344+
- 18 commits contributed to the release over the course of 321 calendar days.
317345
- 356 days passed between releases.
318346
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
319347
- 0 issues like '(#ID)' where seen in commit messages
@@ -326,22 +354,23 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
326354

327355
* **Uncategorized**
328356
- minor version bump ([`831d440`](https://github.com/Byron/open-rs/commit/831d4404ee3ab9d76a416f69ee586f7d037f4840))
329-
- Revert "Add missing Command import" ([`7ff85da`](https://github.com/Byron/open-rs/commit/7ff85da679de7cd17155c4ea27d0f89fda6dff0a))
330357
- Merge branch 'hybras/master' ([`e8bb206`](https://github.com/Byron/open-rs/commit/e8bb20654ac8b8ffbdfebf70f9aa1f0d3cdc0a33))
331-
- Revert "Use the file explorer to open windows url's" ([`b2a79f6`](https://github.com/Byron/open-rs/commit/b2a79f6b93feef3a59ce57d865334d757e642540))
332358
- Delete completed TODO file ([`6c6bad0`](https://github.com/Byron/open-rs/commit/6c6bad075a5dcdc12670ec885000e26810bcf4fc))
333-
- optimize manifest includes ([`c3d8262`](https://github.com/Byron/open-rs/commit/c3d826220e59040d6d08d707ac771ba817165a07))
334359
- Remove unneeded pub ([`3507b55`](https://github.com/Byron/open-rs/commit/3507b55dcaa30db5673cbe8b7a405db4f00245ac))
335-
- See if we can run cargo clippy and rustfmt as well ([`c90687d`](https://github.com/Byron/open-rs/commit/c90687de90eb3731ec508c8d3df639de582fb163))
336360
- Remove user specific dir from gitgnore ([`021bb15`](https://github.com/Byron/open-rs/commit/021bb150d6066b111bdb04d2c4340dc9172db562))
337-
- Actually link to the correct workflow when clicking the badge ([`6765b42`](https://github.com/Byron/open-rs/commit/6765b424010b55e23568924786700a3795e694dc))
338361
- Add missing Command import ([`c910278`](https://github.com/Byron/open-rs/commit/c9102785d58cc955595eb189bd89a2ff82a539f0))
339-
- bye bye travis, we had a great time ([`aa28a85`](https://github.com/Byron/open-rs/commit/aa28a858dfe8be9c34e3fd6a6df67722baec4df1))
340362
- Use the file explorer to open windows url's ([`4545425`](https://github.com/Byron/open-rs/commit/45454254b6e07fd88e398e8de86b55863f369373))
341-
- rename workflow in file as well ([`6bfc6d2`](https://github.com/Byron/open-rs/commit/6bfc6d2e9efdbd656a37531fe43cca6ab443a2b9))
342363
- Mark completed todo items ([`db518e9`](https://github.com/Byron/open-rs/commit/db518e9063933df824c4bb0e0c560bc73ef1b700))
343-
- try cross-platform testing based on cross-platform binary builds ([`d62e50d`](https://github.com/Byron/open-rs/commit/d62e50d7b1944597468b2c983047e236ae9ff08f))
344364
- Use which in non-macOS unix ([`ef8ab99`](https://github.com/Byron/open-rs/commit/ef8ab99d65ce7baf03d43304b3c0cb48e816e411))
365+
- Change cfg(not(any(bad)) to cfg(any(good)) ([`204f0ca`](https://github.com/Byron/open-rs/commit/204f0ca89f522ca4e6dc31b0cdefc3bcd434909b))
366+
- Modularize Code ([`cb5bbd3`](https://github.com/Byron/open-rs/commit/cb5bbd3287bf2ca66e6ea3afefb149e4fe12bdd8))
367+
- Add todo's ([`311ad44`](https://github.com/Byron/open-rs/commit/311ad44c50ddba910c13f3cd85326522accc8e23))
368+
- optimize manifest includes ([`c3d8262`](https://github.com/Byron/open-rs/commit/c3d826220e59040d6d08d707ac771ba817165a07))
369+
- See if we can run cargo clippy and rustfmt as well ([`c90687d`](https://github.com/Byron/open-rs/commit/c90687de90eb3731ec508c8d3df639de582fb163))
370+
- Actually link to the correct workflow when clicking the badge ([`6765b42`](https://github.com/Byron/open-rs/commit/6765b424010b55e23568924786700a3795e694dc))
371+
- bye bye travis, we had a great time ([`aa28a85`](https://github.com/Byron/open-rs/commit/aa28a858dfe8be9c34e3fd6a6df67722baec4df1))
372+
- rename workflow in file as well ([`6bfc6d2`](https://github.com/Byron/open-rs/commit/6bfc6d2e9efdbd656a37531fe43cca6ab443a2b9))
373+
- try cross-platform testing based on cross-platform binary builds ([`d62e50d`](https://github.com/Byron/open-rs/commit/d62e50d7b1944597468b2c983047e236ae9ff08f))
345374
</details>
346375

347376
## v1.4.0 (2020-03-08)
@@ -352,7 +381,7 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
352381

353382
<csr-read-only-do-not-edit/>
354383

355-
- 9 commits contributed to the release over the course of 25 calendar days.
384+
- 6 commits contributed to the release over the course of 25 calendar days.
356385
- 25 days passed between releases.
357386
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
358387
- 0 issues like '(#ID)' where seen in commit messages
@@ -365,11 +394,8 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
365394

366395
* **Uncategorized**
367396
- Adjust doc; cut release ([`ead2494`](https://github.com/Byron/open-rs/commit/ead2494b783ffd0e393972aeb1f82adaf39fe0d3))
368-
- Change cfg(not(any(bad)) to cfg(any(good)) ([`204f0ca`](https://github.com/Byron/open-rs/commit/204f0ca89f522ca4e6dc31b0cdefc3bcd434909b))
369397
- Cargo fmt ([`94b129a`](https://github.com/Byron/open-rs/commit/94b129ad998729967a856f19f74e4628957ea99b))
370-
- Modularize Code ([`cb5bbd3`](https://github.com/Byron/open-rs/commit/cb5bbd3287bf2ca66e6ea3afefb149e4fe12bdd8))
371398
- fixed import bug ([`e98ec3d`](https://github.com/Byron/open-rs/commit/e98ec3d79ef199dc16f3ce65b766aa0110abaaf0))
372-
- Add todo's ([`311ad44`](https://github.com/Byron/open-rs/commit/311ad44c50ddba910c13f3cd85326522accc8e23))
373399
- update README.md ([`9efaee0`](https://github.com/Byron/open-rs/commit/9efaee0b5402c725e2c152643d448182881a2898))
374400
- add with function ([`9b83669`](https://github.com/Byron/open-rs/commit/9b83669e8c463648b6f4149e84fcb1e00d68f49b))
375401
- (cargo-release) start next development iteration 1.3.5-alpha.0 ([`d3db8c7`](https://github.com/Byron/open-rs/commit/d3db8c748be2e65865aed7246cd8eaeaacd4ef8a))

0 commit comments

Comments
 (0)