Skip to content

Commit

Permalink
Release open v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 20, 2022
1 parent a1c8dd7 commit 37bf011
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "open"
version = "3.0.3"
version = "3.1.0"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
86 changes: 60 additions & 26 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 3.1.0 (2022-11-20)

### New Features

- <csr-id-a1c8dd79eb6c4f91a92aa631fd0d8bc163d1a05c/> upgrade `windows-sys` to more recent version.
This mainly reduces build times for some, and may increase them for
others, on windows only. If build times increase, try to upgrade
`windows-sys` across the dependency tree.

### Commit Statistics

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

- 6 commits contributed to the release over the course of 8 calendar days.
- 65 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- upgrade `windows-sys` to more recent version. ([`a1c8dd7`](https://github.com/Byron/open-rs/commit/a1c8dd79eb6c4f91a92aa631fd0d8bc163d1a05c))
- Upgrade to windows-sys v0.42.0 ([`aba0a62`](https://github.com/Byron/open-rs/commit/aba0a628b1bf1be365fdbe2bc0200d0c98c7a2bf))
- Update listed version number. ([`7a1cc83`](https://github.com/Byron/open-rs/commit/7a1cc838d5fe0218e8d1422b42a32023fd140e67))
- Merge branch 'fmt' ([`f4dfeab`](https://github.com/Byron/open-rs/commit/f4dfeabf43b2ede234892e1204248a85313b51b5))
- Point docs link to docs.rs rather than an outdated copy ([`52f96fc`](https://github.com/Byron/open-rs/commit/52f96fc20f9a9c0db3464b3f8f1a24f8045145f2))
- Update Readme ([`98316c4`](https://github.com/Byron/open-rs/commit/98316c42a236018d51fdc3c65afa7338237fe964))
</details>

## 3.0.3 (2022-09-16)

### Bug Fixes
Expand All @@ -12,10 +45,10 @@

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

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

### Commit Details

Expand All @@ -24,6 +57,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release open v3.0.3 ([`9c69785`](https://github.com/Byron/open-rs/commit/9c697852432e5e34d5475706107e2f418b9296de))
- quote paths on windows to allow spaces in paths not be treated as multiple paths. ([`4c0fdb3`](https://github.com/Byron/open-rs/commit/4c0fdb3bacd73c881c6e8178248c588932ec6196))
- refactor ([`e0d5968`](https://github.com/Byron/open-rs/commit/e0d596880cd1d746d80927155092827614a7a3ef))
- 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))
Expand Down Expand Up @@ -71,7 +105,7 @@

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

### Commit Details

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

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

### Commit Details

Expand Down

0 comments on commit 37bf011

Please sign in to comment.