Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate open to v5 #152

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
open dependencies major 4.2.0 -> 5.0.0

Release Notes

Byron/open-rs (open)

v5.0.1

Compare Source

Bug Fixes
  • open paths with given applications with whitespace in their paths on windows.
Commit Statistics
  • 5 commits contributed to the release over the course of 21 calendar days.
  • 150 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #​85
Commit Details
view details
  • #​85
    • Open paths with given applications with whitespace in their paths on windows. (15eedee)
  • Uncategorized
    • Prepare changelog (2735009)
    • Wrap provided app in quotes on Windows (e1b74d8)
    • Merge pull request #​84 from nomyfan/readme-version (a33caba)
    • Update version to v5 (dca688b)

v5.0.0

Compare Source

Bug Fixes (BREAKING)
  • with() on windows to be able to lookup program in registry/PATH.
    The underlying invocation of with() changed slightly on windows to make it more useful
    as it can now find application names like chrome in the registry, but that change may also
    be breaking for some who previously worked around the previous behaviour.

    Please let us know if this truly works better, or if more changes are needed to launch something
    with a program on Windows.

    See https://github.com/Byron/open-rs/pull/82 for details.

Commit Statistics
  • 5 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​80
Commit Details
view details
  • #​80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • Release open v5.0.0 (92695f6)
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/open-5.x branch from a799da5 to 497c6a4 Compare December 14, 2023 12:31
@greenhat616 greenhat616 merged commit b54e6b5 into dev Dec 14, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant